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
I would expect npx playwright test to take same playwright.config.ts as running from Test Explorer and execute the browser provided
Actual behavior
npx playwright test in terminal works fine and pickups right config
When tests are executed via test explorer they fail with:
Error: browserType.connect: Executable doesn't exist at: /default_path_to_browser_not_from_config
Additional context
There is need to use local browsers because none of Solutions provided worked
Environment
System:
OS: macOS Sonoma 14.7.1
CPU: Apple M3 Pro
Binaries:
Node: 21.7.3
npm: 10.5.0
npmPackages:
@playwright/test: 1.49.0
The text was updated successfully, but these errors were encountered:
MichalOlesiak
changed the title
[Bug]: D3MOT d3mot Niewidoczny Issues with sourcing playwright.config.ts to VSC plugin and playwright test explorer
[Bug]: Issues with sourcing playwright.config.ts to VSC plugin and playwright test explorer
Nov 28, 2024
Version
1.49.0
Steps to reproduce
Setup Your playwright.config.ts as below to use Your local browsers installed.
Expected behavior
I would expect npx playwright test to take same playwright.config.ts as running from Test Explorer and execute the browser provided
Actual behavior
npx playwright test in terminal works fine and pickups right config
When tests are executed via test explorer they fail with:
Error: browserType.connect: Executable doesn't exist at: /default_path_to_browser_not_from_config
Additional context
There is need to use local browsers because none of Solutions provided worked
Environment
The text was updated successfully, but these errors were encountered: