Skip to content

Commit b83dcc5

Browse files
committed
Change some statement on README
1 parent 690d857 commit b83dcc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The complete list of tools, you can see in the `pom.xml` file.
2323
## Requirements
2424
* Java Development Kit
2525
* Maven
26-
* WebDriver, (anything or my recommendation using ChromeDriver)
26+
* WebDriver, using ChromeDriver
2727

2828
## Running Tests
2929
* Clone the repository from your fork to this directory
@@ -39,8 +39,8 @@ $ mvn clean install -Dcucumber.filter.tags="@REPLACE_WITH_ANY_TAGS_THAT_YOU_WANT
3939

4040
## Test Results
4141
* Test report automatically generated on `target` folder after finished the test execution
42-
* Open overview-features.html file on your browser from target/cucumber-reports/advanced-reports/cucumber-html-reports folder
43-
* You can also share your Cucumber Report with another person at https://reports.cucumber.io, just go to `cucumber.properties` file in `src/test/resources` folder then change the value to be `true`
42+
* See test report from `target/cucumber-reports/advanced-reports/cucumber-html-reports/overview-features.html`
43+
* You can also share your Cucumber Report with another person at https://reports.cucumber.io, just go to `src/test/resources/cucumber.properties` then change the value to be `true`
4444
```properties
4545
cucumber.publish.enabled=true
4646
```

0 commit comments

Comments
 (0)