Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Test Profiles are not showing up VS Code Playwright for VS Code extension #34068

Open
TusharAnandTR opened this issue Dec 18, 2024 · 1 comment

Comments

@TusharAnandTR
Copy link

TusharAnandTR commented Dec 18, 2024

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:

  1. chromium
  2. firefox
  3. 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
Image

Environment

System:
    OS: Windows 11 10.0.22631
    CPU: (2) x64 Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
    Memory: 1.53 GB / 7.95 GB
  Binaries:
    Node: 22.12.0 - C:\Program Files\nodejs\node.EXE
    npm: 10.9.0 - C:\Program Files\nodejs\npm.CMD
  IDEs:
    VSCode: 1.96.0 - C:\Users\6120557\AppData\Local\Programs\Microsoft VS Code\bin\code.CMD
  npmPackages:
    @playwright/test: ^1.49.1 => 1.49.1
@pavelfeldman
Copy link
Member

You should see config selector and project selector in the Test sidebar below the test tree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants