Skip to content

Commit f6afd2c

Browse files
committed
update documentation to allow new Cypress configuration file format
1 parent 73e9532 commit f6afd2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $ testingbot-cypress init
3838

3939
This will create a `testingbot.json` file. Please add the `key` and `secret` you obtained from the TestingBot member dashboard in this file.
4040

41-
Next, please supply `cypress_proj_dir` with is the path to the folder that contains the `cypress.json` file.
41+
Next, please supply `cypress_proj_dir` with is the path to the folder that contains the Cypress configuration file.
4242
As an example, you can use the [Cypress Kitchen Sink Example](https://github.com/cypress-io/cypress-example-kitchensink).
4343

4444
### Run tests

src/templates/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default (): string => {
1313
],
1414
run_settings: {
1515
cypress_project_dir:
16-
'/path/to/directory-that-contains-<cypress.json>-file',
16+
'/path/to/directory-that-contains-cypress-config-file',
1717
build_name: 'build-name',
1818
npm_dependencies: {},
1919
package_config_options: {},

0 commit comments

Comments
 (0)