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
noSpectron:false// Disables launching of Spectron. Enable this if you want to launch spectron yourself.
63
69
noStart:false// Do not start Spectron app or wait for it to load. You will have to call app.start() and app.client.waitUntilWindowLoaded() before running any tests.
64
70
forceDev:false// Run dev server in development mode. By default it is run in production (serve --mode production).
@@ -67,6 +73,6 @@ testWithSpectron({
67
73
})
68
74
```
69
75
70
-
:::tip Note
71
-
DevTools are not opened as `IS_TEST` env variable is set to true. If devtools are opened, Spectron throws an error. See [this issue](https://github.com/electron/spectron/issues/174) for more details.
76
+
:::warning
77
+
Make sure to update spectron along with electron. See the [spectron version map](https://github.com/electron-userland/spectron#version-map) to determine what version of spectron you should be using.
0 commit comments