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
By default tests are run using Google Chrome, to run tests using another browser supply the name of that browser along with the `-b` switch. Available options are:
58
58
59
-
| Browser | Example
60
-
| ---------- | ---------------
61
-
| Chrome | `-b chrome`
62
-
| Firefox | `-b firefox`
63
-
| Phantom JS | `-b phantomjs`
59
+
Browser | Example
60
+
---------- | ---------------
61
+
Chrome | `-b chrome`
62
+
Firefox | `-b firefox`
63
+
Phantom JS | `-b phantomjs`
64
+
Electron | `-b electron`
65
+
Custom | `-b customDriver.js`
66
+
67
+
To use your own driver, create a customDriver.js file in the root of your project and provide the filename with the `-b` switch.
0 commit comments