@@ -81,8 +81,8 @@ specified folder.
81
81
],
82
82
"run_settings" : {
83
83
"cypress_proj_dir" : " /path/to/directory-that-contains-<cypress.json>-file" ,
84
- "project " : " my first project" ,
85
- "custom_build_name " : " build 1" ,
84
+ "project_name " : " my first project" ,
85
+ "build_name " : " build 1" ,
86
86
"npm_dependencies" : [
87
87
" npm-package-you-need-to-run-tests-1" ,
88
88
@@ -153,21 +153,21 @@ Example:
153
153
You can use ` run_settings ` option to specify the settings to run your tests on
154
154
BrowserStack.
155
155
156
- | Option | Description | Possible values |
157
- | ------------------- | ---------------------------------------------------------------------------------------------------------------- | --------------- |
158
- | ` cypress_proj_dir ` | Path to the folder which contains ` cypress.json ` file. | - |
159
- | ` project ` | Name of your project. You'll be able to search & filter your tests on the dashboard using this. | - |
160
- | ` custom_build_name ` | Name of your build / CI run. You'll be able to search & filter your tests on the dashboard using this. username. | - |
161
- | ` npm_dependencies ` | A list of NPM packages to be able to run your Cypress tests. | - |
156
+ | Option | Description | Possible values |
157
+ | ------------------ | ---------------------------------------------------------------------------------------------------------------- | --------------- |
158
+ | ` cypress_proj_dir ` | Path to the folder which contains ` cypress.json ` file. | - |
159
+ | ` project_name ` | Name of your project. You'll be able to search & filter your tests on the dashboard using this. | - |
160
+ | ` build_name ` | Name of your build / CI run. You'll be able to search & filter your tests on the dashboard using this. username. | - |
161
+ | ` npm_dependencies ` | A list of NPM packages to be able to run your Cypress tests. | - |
162
162
163
163
Example:
164
164
165
165
``` json
166
166
{
167
167
"run_settings" : {
168
168
"cypress_proj_dir" : " /path/to/directory-that-contains-<cypress.json>-file" ,
169
- "project " : " my first project" ,
170
- "custom_build_name " : " build 1" ,
169
+ "project_name " : " my first project" ,
170
+ "build_name " : " build 1" ,
171
171
"npm_dependencies" : [
172
172
" npm-package-you-need-to-run-tests-1" ,
173
173
@@ -230,7 +230,8 @@ options.
230
230
| Deprecated option | New favoured option | Remarks |
231
231
| ----------------- | ------------------- | ----------------------------- |
232
232
| ` specs ` | ` cypress_proj_dir ` | Used in ` run_settings ` |
233
- | ` customBuildName ` | ` custom_build_name ` | Used in ` run_settings ` |
233
+ | ` project ` | ` project_name ` | Used in ` run_settings ` |
234
+ | ` customBuildName ` | ` build_name ` | Used in ` run_settings ` |
234
235
| ` localIdentifier ` | ` local_identifier ` | Used in ` connection_settings ` |
235
236
236
237
## CLI Arguments & Flags
0 commit comments