From 1f3ce08a47af9a3bbe882f34df2f338f7836eb68 Mon Sep 17 00:00:00 2001 From: Adam Klinkosz Date: Tue, 20 Apr 2021 12:06:15 +0200 Subject: [PATCH] Improve assignment and readme instructions --- ASSIGNMENT.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ASSIGNMENT.md b/ASSIGNMENT.md index d7023e0cb..4404c803d 100644 --- a/ASSIGNMENT.md +++ b/ASSIGNMENT.md @@ -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