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: docs/guide/testingAndDebugging.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ testWithSpectron({
55
55
noSpectron:false// Disables launching of Spectron. Enable this if you want to launch spectron yourself.
56
56
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.
57
57
forceDev:false// Run dev server in development mode. By default it is run in production (serve --mode production).
58
+
mode:'test', // Set custom Vue env mode.
58
59
spectronOptions: {} // Custom options to be passed to Spectron. Defaults are already set, only use this if you need something customized.
0 commit comments