Skip to content

Commit a3d035e

Browse files
author
Marc Rooding
committed
small improvements
1 parent 36bdac1 commit a3d035e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ module.exports = function JsonOutputHook() {
5454
};
5555
```
5656

57-
Above snippet will hook into the CucumberJS JSON formatter and save the JSON to a file called 'cucumber-test-results.json' in the ./reports folder (relative from this file's location)/
57+
Above snippet will hook into the CucumberJS JSON formatter and save the JSON to a file called 'cucumber-test-results.json' in the './reports' folder (relative from this file's location)
5858

5959
### Setting up Protractor, CucumberJS and the JSON listener
6060

61-
In your protractor.conf.js add a reference to the hook listener (as shown above). In this example the file is found in 'support/'. Also make sure to set the output format to 'json'.
61+
In your protractor.conf.js add a reference to the hook listener (as shown above). In this example the file is found in './support'. Also make sure to set the output format to 'json'.
6262

6363
```js
6464
cucumberOpts: {

0 commit comments

Comments
 (0)