File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ allows you to run your Cypress tests on BrowserStack.
12
12
- [ Configure Test Runs] ( #configure-test-runs )
13
13
- [ Configure Connection Settings] ( #configure-connection-settings )
14
14
- [ Disable Usage Reporting] ( #disable-usage-reporting )
15
+ - [ Deprecated Options] ( #deprecated-options )
15
16
- [ CLI Arguments & Flags] ( #cli-arguments--flags )
16
17
- [ Run the Tests] ( #run-the-tests )
17
18
- [ Get the Build Information] ( #get-the-build-information )
@@ -219,6 +220,18 @@ Example:
219
220
}
220
221
```
221
222
223
+ ### Deprecated Options
224
+
225
+ The following options are deprecated in favour of the new improved options to
226
+ make your testing better, flexible and have a consistent way of specifying
227
+ options.
228
+
229
+ | Deprecated option | New favoured option | Remarks |
230
+ | ----------------- | ------------------- | ----------------------------- |
231
+ | ` specs ` | ` cypress_proj_dir ` | Used in ` run_settings ` |
232
+ | ` customBuildName ` | ` custom_build_name ` | Used in ` run_settings ` |
233
+ | ` localIdentifier ` | ` local_identifier ` | Used in ` connection_settings ` |
234
+
222
235
## CLI Arguments & Flags
223
236
224
237
### Run the Tests
You can’t perform that action at this time.
0 commit comments