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: packages/browser/src/node/providers/preview.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ export class PreviewBrowserProvider implements BrowserProvider {
18
18
this.ctx=ctx
19
19
this.open=false
20
20
if(ctx.config.browser.headless)
21
-
thrownewError('You\'ve enabled headless mode for "preview" provider but it doesn\'t support it.')
21
+
thrownewError('You\'ve enabled headless mode for "preview" provider but it doesn\'t support it. Use "playwright" or "webdriverio" instead: https://vitest.dev/guide/browser#configuration')
0 commit comments