Skip to content

face-it/playwright-vscode

 
 

Playwright Test for Visual Studio Code

GitHub Actions Visual Studio Marketplace Join Slack

This extension integrates Playwright Test with Visual Studio Code by using the VSCode Testing API.

Example test

Usage

The extension automatically detects if you have Playwright Test installed and loads the Playwright Test projects into Visual Studio Code. By default it will select the first project and by right clicking on the play icon next to a test you can run a test in a specific browser (project).

All tests of the project are shown inside the Test Explorer on the left side.

Test Explorer

When running a test via the play icon, it will run on the selected profiles. You can change them via the Select Default Profile dropdown.

Select default project

Packages

No packages published

Languages

  • TypeScript 96.6%
  • JavaScript 3.4%