playwright-vscode

Playwright Test Visual Studio Code integration

APACHE-2.0 License

Stars
316
Committers
24

Bot releases are visible (Hide)

playwright-vscode - v0.2.4

Published by pavelfeldman over 2 years ago

Maintenance & Bug fixes

playwright-vscode - v0.2.3

Published by mxschmitt over 2 years ago

What's Changed

Full Changelog: https://github.com/microsoft/playwright-vscode/compare/v0.2.2...v0.2.3

playwright-vscode - v0.2.2

Published by mxschmitt over 2 years ago

What's Changed

Full Changelog: https://github.com/microsoft/playwright-vscode/compare/v0.2.1...v0.2.2

playwright-vscode - v0.2.1

Published by pavelfeldman over 2 years ago

Bugfixes:

  • chore: provisionally equeue tests for better responsiveness (#102)
  • feat(soft): render multiple soft error messages (#104)
  • fix(message): render a nice error message inline (#105)
  • fix(electron): allow running electron tests (#106)
  • fix(workspace): fix multi-folder workspaces (#109)
playwright-vscode - v0.2.0

Published by pavelfeldman over 2 years ago

playwright-vscode - v0.1.0

Published by mxschmitt over 2 years ago

What's Changed

  • feat: integrating codegen to generate scripts
  • feat: fully parallel run tests
  • feat: break on exceptions when debugging tests
  • feat: support highlighting selected selectors on the actual page
  • feat: add progress rendering when executing tests
  • fix: compatibility with parametrized tests
  • fix: automatically detect playwright configuration files in sub folders

Full Changelog: https://github.com/microsoft/playwright-vscode/compare/v0.0.9...v0.1.0

playwright-vscode - v0.0.9

Published by mxschmitt almost 3 years ago

What's Changed

Full Changelog: https://github.com/microsoft/playwright-vscode/compare/v0.0.8...v0.0.9

playwright-vscode - Version 0.0.8

Published by mxschmitt almost 3 years ago

What's Changed

Full Changelog: https://github.com/microsoft/playwright-vscode/compare/v0.0.7...v0.0.8

playwright-vscode - Version 0.0.7

Published by mxschmitt about 3 years ago

Bugfixes:

  • fix: project name contains space (#60)
  • chore: auto activate on playwright.config.{ts,js} (#53)
playwright-vscode - Version 0.0.6

Published by mxschmitt about 3 years ago

Features:

  • feat: multi workspace support
  • chore: focus debugger after starting debugging session

Bugfixes:

  • chore: do not retry tests
playwright-vscode - Version 0.0.5

Published by mxschmitt about 3 years ago

Fixes:

  • fix: show timeout errors (#43)
  • fix: get PW-Test output data via a file instead stdout (#44)
playwright-vscode - Version 0.0.4

Published by mxschmitt about 3 years ago

Changes:

  • feat: add support for setting environment variables (#37)
  • feat: Adopt status bar item name (#40)
  • fix: only add test files to the test explorer (#38)

Special thanks to our external contributor @Tyriar 💯

playwright-vscode - Version 0.0.3

Published by mxschmitt about 3 years ago

Bugfixes:

  • fix: escape paths with RegExp when passing it to Playwright Test (#21)
  • chore: don't show Toast message when Playwright Test is not installed (#23)

Enhancements:

  • chore: enhance terminal output logs (#25)
  • chore: enhance debugging experience (#24)

Special thanks to our external contributors @erwin-faceit @r-win @mskelton 💯

playwright-vscode - Version 0.0.2

Published by mxschmitt about 3 years ago

Initial release