We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1fc3c6 commit f2f100bCopy full SHA for f2f100b
packages/browser-playwright/src/playwright.ts
@@ -188,7 +188,7 @@ export class PlaywrightBrowserProvider implements BrowserProvider {
188
launchOptions.args.push(`--remote-debugging-port=${port}`)
189
190
if (host !== 'localhost' && host !== '127.0.0.1' && host !== '::1') {
191
- this.project.vitest.logger.warn(`Custom inspector host "${host}" will be ignored. Chrome only allows remote debugging on localhost.`)
+ this.project.vitest.logger.warn(`Custom inspector host "${host}" will be ignored. Chromium only allows remote debugging on localhost.`)
192
}
193
this.project.vitest.logger.log(`Debugger listening on ws://127.0.0.1:${port}`)
194
0 commit comments