mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 08:55: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?
|
||||
1. Fork the project's repository.
|
||||
2. Follow the instructions in the [readme](readme.md) file.
|
||||
3. Switch the branch to `cucumber`.
|
||||
4. Create a pull request with your changes.
|
||||
3. Create a pull request with your changes.
|
||||
|
||||
## Running tests
|
||||
You can run the Cucumber features from your IDE or via the command line:
|
||||
```shell
|
||||
./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
|
||||
|
||||
|
|
Loading…
Reference in a new issue