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 installed Playwright using VS Code extension as mentioned in Playwright documentation.
Before starting a test run, I checked for the projects saved in playwright.config.ts
Now, I opened Playwright Test Explorer tool and clicked on drop-down beside Run Tests button to select configuration.
I can only see the following configuration:
playwright-debug(Default)
Expected behavior
The following three configurations should be displayed as configured in playwright.config.ts:
chromium
firefox
webkit
Actual behavior
I can only see the following configuration: #### playwright-debug(Default)
No other profiles are being is played.
Additional context
Here's an screenshot link for reference: screenshot
Version
1.49.1
Steps to reproduce
I installed Playwright using VS Code extension as mentioned in Playwright documentation.
Before starting a test run, I checked for the projects saved in playwright.config.ts
Now, I opened Playwright Test Explorer tool and clicked on drop-down beside Run Tests button to select configuration.
I can only see the following configuration:
playwright-debug(Default)
Expected behavior
The following three configurations should be displayed as configured in
playwright.config.ts
:Actual behavior
I can only see the following configuration:
#### playwright-debug(Default)
No other profiles are being is played.
Additional context
Here's an screenshot link for reference:
screenshot
Environment
The text was updated successfully, but these errors were encountered: