Skip to content

Releases: microsoft/playwright-vscode

Version 0.0.7

21 Sep 08:47
Compare
Choose a tag to compare

Bugfixes:

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

Version 0.0.6

02 Sep 14:14
Compare
Choose a tag to compare

Features:

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

Bugfixes:

  • chore: do not retry tests

Version 0.0.5

31 Aug 14:04
Compare
Choose a tag to compare

Fixes:

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

Version 0.0.4

30 Aug 12:10
Compare
Choose a tag to compare

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 💯

Version 0.0.3

23 Aug 12:06
Compare
Choose a tag to compare

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 💯

Version 0.0.2

23 Aug 12:02
Compare
Choose a tag to compare

Initial release