Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: microsoft/playwright-vscode

v1.1.19

29 Apr 13:22
@Skn0tt Skn0tt
08887f6
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Fix: forward error in TestServerTransport.onerror, fixes "Cannot read properties of undefined (reading 'message')" when refreshing tests (#773)
Assets 2
Loading

v1.1.18

27 Apr 10:08
@Skn0tt Skn0tt
e993372
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Fix: bind spawned servers to 127.0.0.1 instead of localhost (#769)
  • Fix: clamp Position character to avoid negative values (#768)
  • Fix: highlight multiline locators (#727)
  • Allow "Record at Cursor" during debugging (#731)
  • Take testId from last opened testcase (#734)
  • Add debug output channel (#742)
  • Implement onTestPaused (#743)
  • Roll @playwright/test to 1.59
Loading

v1.1.17

19 Nov 10:56
@Skn0tt Skn0tt
f7b558e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Performance optimisation that scans only necessary files when running a test (#706)
  • Added missing translations (#708)
  • Test runs now end once onExit fires, not upon onEnd (#702)
  • In projects without global setup, the button to run global setup is now disabled (#709)
  • Multiple bug fixes around race conditions on git checkout (#705, #701)
  • Bug fix around test files that import test implementation (#704)

Full Changelog: v1.1.16...v1.1.17

Loading

v1.1.16

06 Oct 08:26
@Skn0tt Skn0tt
846482c
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Added native support for Plug'n'Play module resolution, including Yarn Berry and PNPM (#675)
  • Added node_modules/.bin to the webserver PATH environment variable, bringing it in line with npx behavior (#671)
  • Dropped support for Playwright 1.43 (April 2024) and earlier versions (#652)
  • Improved configuration file selection and sorting behavior (#670, #689)
  • Polished the user interface with several visual and accessibility improvements (#672, #657, #665, #680)
  • Fixed various bugs related to debugging, browser lifecycle management, accessibility attributes, and configuration handling (#687, #685, #676, #656, #644)

Full Changelog: v1.1.15...v1.1.16

Loading

v1.1.15

04 Jun 15:04
@Skn0tt Skn0tt
dbecd62
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Bugfixes:

  • chore: roll playwright to new error context (#640)

Full Changelog: v1.1.14...v1.1.15

Loading
13inccc reacted with rocket emoji
1 person reacted

v1.1.14

29 Apr 14:51
@mxschmitt mxschmitt
86a72d9
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Bugfixes:

  • feat: pick right launch options for codegen in #624
  • feat: propagate error context to copilot in #625
  • fix: support testIdAttribute in Codegen when using TestServer in #612
  • feat: decorate line with number of executions in #609
  • feat: "copy on pick" checkbox for locator picker in #617
  • fix: running a folder shouldn't also run folders that share prefix in #614
  • chore: relax playwright error type while debugging in #608
  • fix(pick locator): make sure in-page toolbar disappear upon disengage in #623
  • chore: show config loading error in test tree in #632 and #628

Full Changelog: v1.1.13...v1.1.14

Loading
mkosir and mxschmitt reacted with rocket emoji
2 people reacted

v1.1.13

03 Feb 16:35
@mxschmitt mxschmitt
9663395
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

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

Loading
toannguyen83 and mkosir reacted with hooray emoji mkosir and dawiddiwad reacted with rocket emoji
3 people reacted

v1.1.12

15 Nov 18:11
@mxschmitt mxschmitt
868da63
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

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

Loading
mkosir reacted with rocket emoji
1 person reacted

v1.1.11

22 Oct 10:19
@Skn0tt Skn0tt
8f8b1df
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

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)
Loading
mkosir reacted with thumbs up emoji tryb3l reacted with hooray emoji tryb3l reacted with rocket emoji
2 people reacted

v1.1.7

13 Jun 08:09
@mxschmitt mxschmitt

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
Loading
mkosir, Manuel-Suarez-Abascal, and egoan82 reacted with thumbs up emoji mkosir, Manuel-Suarez-Abascal, and egoan82 reacted with rocket emoji
3 people reacted
Previous 1 3 4 5 6 7
Previous

AltStyle によって変換されたページ (->オリジナル) /