Skip to content

Commit a15a093

Browse files
committed
Update cypress key in readme
1 parent de0b7a3 commit a15a093

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This will create a sample browserstack.json file. This file can be used to confi
5353
}
5454
],
5555
"run_settings": {
56-
"cypress": "/path/to/cypress.json",
56+
"cypress": "/path/to/directory-of-<cypress.json>-file",
5757
"project": "test",
5858
"customBuildName": "cypress build"
5959
},
@@ -73,7 +73,7 @@ The following table provides a reference for all the options that can be provide
7373
| os (case-sensitive) | The operating system in which you want to run your test. | The following three strings are supported."OS X Mojave" , "OS X Catalina", "Windows 10" |
7474
| browser (case-sensitive) | The browser in which you want to run your tests on. | Right now only "chrome", "firefox", and "edge" are supported. We are actively working on supporting other browsers. |
7575
| versions | A list of browser versions that you need to run your tests on | Example: To run on versions 69, 67 and 65 provide ["69", "67", "65"]. Right now edge 80 and all chrome versions from 66 to 78 are supported |
76-
| cypress | The path to the cypress.json files that need to be run on BrowserStack. This will be considered as root of your project. | |
76+
| cypress | Path to the folder which contains `cypress.json` file. This path will be considered as the root path of the project. |- |
7777
| project | Name of the project | A string providing the name of the project |
7878
| customBuildName | Helps in providing a custom name for the build | A string providing the name of the build |
7979
| local(boolean: true/false) | Helps in testing websites that cannot be accessed in public network | Set this to true if you need to test a local website. Set this to false if the website is accessible publically. |
@@ -99,7 +99,7 @@ Output :
9999
[2/20/2020, 2:58:34 PM] Build name is: cypress build
100100
[2/20/2020, 2:58:34 PM] Success
101101
[2/20/2020, 2:58:36 PM] Build created with build id: 06f28ce423d10314b32e98bb6f68e10b0d02a49a
102-
[2/20/2020, 2:58:34 PM] File deleted successfully.
102+
[2/20/2020, 2:58:36 PM] File deleted successfully.
103103
```
104104

105105
### Getting build information

0 commit comments

Comments
 (0)