mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
Improve assignment and readme instructions
This commit is contained in:
parent
30933a6d67
commit
1f3ce08a47
1 changed files with 3 additions and 2 deletions
|
@ -3,14 +3,15 @@
|
||||||
## How to start?
|
## How to start?
|
||||||
1. Fork the project's repository.
|
1. Fork the project's repository.
|
||||||
2. Follow the instructions in the [readme](readme.md) file.
|
2. Follow the instructions in the [readme](readme.md) file.
|
||||||
3. Switch the branch to `cucumber`.
|
3. Create a pull request with your changes.
|
||||||
4. Create a pull request with your changes.
|
|
||||||
|
|
||||||
## Running tests
|
## Running tests
|
||||||
You can run the Cucumber features from your IDE or via the command line:
|
You can run the Cucumber features from your IDE or via the command line:
|
||||||
```shell
|
```shell
|
||||||
./mvnw -P itest integration-test
|
./mvnw -P itest integration-test
|
||||||
```
|
```
|
||||||
|
Make sure the application is not started elsewhere. If it is, the `8080` port used by the application will already be occupied,
|
||||||
|
and therefore the tests will fail.
|
||||||
|
|
||||||
## Assignment
|
## Assignment
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue