Skip to content

Commit 51ea967

Browse files
authored
docs: Fixed the incorrect version about defaults
1 parent 3aab616 commit 51ea967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Please make use of [cosmiconfig](https://github.com/davidtheclark/cosmiconfig) t
8585
Option | Default value | Description
8686
------------ | ------------- | -------------
8787
commonPath | `cypress/integration/common` when `nonGlobalStepDefinitions` is true <br> `cypress/support/step_definitions` when `nonGlobalStepDefinitions` is false | Define the path to a folder containing all common step definitions of your tests
88-
nonGlobalStepDefinitions | true | If true use the Cypress Cucumber Preprocessor Style pattern for placing step definitions files. If false, we will use the "oldschool" (everything is global) Cucumber style
88+
nonGlobalStepDefinitions | false | If true use the Cypress Cucumber Preprocessor Style pattern for placing step definitions files. If false, we will use the "oldschool" (everything is global) Cucumber style
8989
step_definitions | `cypress/support/step_definitions` | Path to the folder containing our step definitions
9090

9191
## How to organize the tests

0 commit comments

Comments
 (0)