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
* * `smartWait`: (optional) **enables [SmartWait](http://codecept.io/acceptance/#smartwait)**; wait for additional milliseconds for element to appear. Enable for 5 secs: "smartWait": 5000
34
-
* * `disableScreenshots` (optional, default: false) - don't save screenshot on failure
35
-
* * `uniqueScreenshotNames` (optional, default: false) - option to prevent screenshot override if you have scenarios with the same name in different suites
36
-
* * `keepBrowserState` (optional, default: false) - keep browser state between tests when `restart` set to false.
37
-
* * `keepCookies` (optional, default: false) - keep cookies between tests when `restart` set to false.
30
+
* * `url`: base url of website to be tested.
31
+
* * `browser`: browser in which to perform testing.
* * `smartWait`: (optional) **enables [SmartWait](http://codecept.io/acceptance/#smartwait)**; wait for additional milliseconds for element to appear. Enable for 5 secs: "smartWait": 5000.
34
+
* * `disableScreenshots`: (optional, default: false) - don't save screenshots on failure.
35
+
* * `uniqueScreenshotNames`: (optional, default: false) - option to prevent screenshot override if you have scenarios with the same name in different suites.
36
+
* * `keepBrowserState`: (optional, default: false) - keep browser state between tests when `restart` is set to false.
37
+
* * `keepCookies`: (optional, default: false) - keep cookies between tests when `restart` set to false.
38
38
* * `windowSize`: (optional) default window size. Set to `maximize` or a dimension in the format `640x480`.
39
-
* * `waitForTimeout`: (option) sets default wait time in *ms* for all `wait*` functions. 1000 by default;
39
+
* * `waitForTimeout`: (option) sets default wait time in *ms* for all `wait*` functions. 1000 by default.
0 commit comments