Skip to content

Releases: microsoft/playwright-vscode

v1.1.13

03 Feb 16:35
9663395
Compare
Choose a tag to compare

Bugfixes

  • fix: consistently enable first config in #563
  • fix: reuse test run request and prevent duplicate test results in #566
  • chore: implement locators drawer in #568
  • fix: node path detection for lazy loading with zsh and nvm in #573
  • chore: introduce update snapshot settings in #572
  • feat: Select all projects iconbutton in #574
  • fix: make create-playwright work under Windows and CMD in #592
  • fix: remove stale SyntaxError's on Windows in #587
  • fix: unchecking project should remove all test items in #594
  • fix: respect headless property from the config s in #596
  • chore: show disabled projects in the tree in #595
  • fix: show at most one decoration per line in #598
  • chore: show "one worker" next to show browser in #604
  • feat: open install browser dialog for browser errors in #603

Happy testing! πŸŽ‰

Full Changelog: v1.1.12...v1.1.13

v1.1.12

15 Nov 18:11
868da63
Compare
Choose a tag to compare

Bugfixes:

  • chore: render Error.cause in #547
  • feat: Adding it language localization #33289 in #549
  • fix: skip internal Playwright internals during debugging in #545
  • fix: terminal link highlighter inside box in #546
  • fix: strip ansi from load errors in #554
  • feat(watch): batch watch runs in #551
  • chore: fix ansi escaping for diffs in #557

Full Changelog: v1.1.11...v1.1.12

v1.1.11

22 Oct 10:19
8f8b1df
Compare
Choose a tag to compare

Bugfixes:

  • feat: add toggle for always recreating global setup #524
  • fix(windows): create Project via PowerShell Terminal (#526)
  • allow install command as terminal link provider (#528)
  • fix: stop global setup when debugger is terminated (#537)
  • chore: ensure disposables are disposed (#522)
  • chore: add @babel/plugin-proposal-decorators to babelBundle (#532)
  • fix(windows): pass relative config path to test-server for running (#538)
  • fix: allow trace in showBrowser mode (#542)
  • fix: allow running Electron tests (microsoft/playwright#33209)

v1.1.7

13 Jun 08:09
Compare
Choose a tag to compare

Bugfixes

  • fix(watch): two configs with same testDir
  • fix: should not list empty workspace folders
  • feat: add German translation
  • fix: set minimum Playwright version to v1.38

v1.1.6

23 May 16:09
Compare
Choose a tag to compare

Bugfixes:

  • Watch mode fixes

v1.1.5

21 May 08:01
Compare
Choose a tag to compare

Bugfixes:

  • fix(debug): when using pre 1.44 Playwright versions
  • fix(debug): run global setup before debug

v1.1.4

18 May 14:55
308b053
Compare
Choose a tag to compare

Bugfixes:

  • fix: debugging in monorepo scenarios follow-up

v1.1.3

17 May 21:52
ee3d290
Compare
Choose a tag to compare

Bugfixes:

  • fix: debugging in monorepo scenarios

v1.1.2

16 May 20:31
f5038c4
Compare
Choose a tag to compare

Bugfixes:

  • use workspace state instead of the settings
  • fix debug stop and align config folder in test vs debug
  • reorder projects to be on top of sidebar

Full Changelog: v1.1.1...v1.1.2

v1.1.1

13 May 18:04
Compare
Choose a tag to compare

Features:

  • Watch mode support for individual tests or multiple tests
  • Better project selection