Improve assignment and readme instructions

This commit is contained in:
Adam Klinkosz 2021-04-20 12:06:15 +02:00
parent 30933a6d67
commit 1f3ce08a47

View file

@ -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