File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ $ testingbot-cypress init
3838
3939This 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.
4242As an example, you can use the [ Cypress Kitchen Sink Example] ( https://github.com/cypress-io/cypress-example-kitchensink ) .
4343
4444### Run tests
Original file line number Diff line number Diff 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 : { } ,
You can’t perform that action at this time.
0 commit comments