You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -62,14 +62,9 @@ By default tests are run using Google Chrome, to run tests using another browser
62
62
| Firefox | `-b firefox`
63
63
| Phantom JS | `-b phantomjs`
64
64
65
-
###Default configuration file
65
+
#### Configuration file
66
66
67
-
Many configuration options can be defaulted so they don't need to be overridden on the command line.
68
-
The JSON keys are the "long name" from the command line options.
69
-
70
-
A "selenium-cucumber-js.json" file at the root of your project allows you to specify a subset of configuration overrides.
71
-
72
-
For example the following duplicates default configuration:
67
+
Configuration options can be set using a `selenium-cucumber-js.json` file at the root of your project. The JSON keys use the "long name" from the command line options. For example the following duplicates default configuration:
73
68
74
69
```json
75
70
{
@@ -82,8 +77,7 @@ For example the following duplicates default configuration:
82
77
}
83
78
```
84
79
85
-
This would set configuration to match the expected directory structure of IntelliJ's Cucumber plugin, and make default timeout one minute.
86
-
Note that the default browser has not been overridden and will remain 'chrome'.
80
+
Whereas the following would set configuration to match the expected directory structure of IntelliJ's Cucumber plugin, and make default timeout one minute. _Note that the default browser has not been overridden and will remain 'chrome'._
0 commit comments