You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ This will create a sample browserstack.json file. This file can be used to confi
53
53
}
54
54
],
55
55
"run_settings": {
56
-
"specs": ["folder_path_with_files/*.js"],
56
+
"cypress": "/path/to/cypress.json",
57
57
"project": "test",
58
58
"customBuildName": "cypress build"
59
59
},
@@ -73,7 +73,7 @@ The following table provides a reference for all the options that can be provide
73
73
| 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" |
74
74
| 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. |
75
75
| 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
-
|specs| The path to the spec files that need to be run on BrowserStack| Takes a list of strings that point to location of the spec files|
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.||
77
77
| project | Name of the project | A string providing the name of the project |
78
78
| customBuildName | Helps in providing a custom name for the build | A string providing the name of the build |
79
79
| 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. |
@@ -97,7 +97,9 @@ Output :
97
97
[2/20/2020, 2:58:34 PM] Test suite: bs://15f90b540b8cbc47929782f35bb7db20fe1c4709
98
98
[2/20/2020, 2:58:34 PM] Local is set to: false
99
99
[2/20/2020, 2:58:34 PM] Build name is: cypress build
100
+
[2/20/2020, 2:58:34 PM] Success
100
101
[2/20/2020, 2:58:36 PM] Build created with build id: 06f28ce423d10314b32e98bb6f68e10b0d02a49a
0 commit comments