Skip to content

Releases: microsoft/playwright-vscode

v0.2.16

11 Nov 18:20
0321d1b
Compare
Choose a tag to compare
  • Restore "Record from here" for <=1.27 users.

v0.2.15

11 Nov 01:54
Compare
Choose a tag to compare
  • Provisional changes for the upcoming Playwright v1.28

v0.2.14

09 Nov 17:43
Compare
Choose a tag to compare
  • Various bug fixes

v0.2.13

13 Oct 08:10
Compare
Choose a tag to compare
  • fix: recording new tests was not working (#249)

v0.2.12

12 Oct 05:51
Compare
Choose a tag to compare

Same as previous.

v0.2.11

12 Oct 02:58
c8028bf
Compare
Choose a tag to compare

Misc improvements

3785606 chore: support typed selectors hover (#247)
b40ab51 chore: use the legacy channel for communication, pick api selector (#243)
9523f7c docs: vscode extension readme (#244)
e7fc235 chore: add env from settings to ReusedBrowser (#242)
084557b chore: roll playwright to 1.26 (#241)
12c07bf chore: follow up to controller changes (#240)
46fbeca chore: implement protocol-based driver (#238)
de0afdd chore: don't run driver oop when debugging (#236)
37631b8 chore: escape error log html (#234)
04d172c chore: allow picking JS as a language (#235)

v0.2.10

26 Aug 17:03
5476e6f
Compare
Choose a tag to compare
  • Minor UI tweaks

v0.2.9

17 Aug 16:28
728dc5b
Compare
Choose a tag to compare

What's Changed

  • chore: make Playwright install work on NPM 6 in #221
  • chore: cancel previous mode on new mode in #213
  • feat(tools): cancel tool when the last page closes in #215
  • feat(update): suggest installing browsers on update in #218
  • feat(close): allow closing all the browsers in #219

v0.2.8

11 Aug 19:06
705d606
Compare
Choose a tag to compare

Bugfix:

  • restore install pw action

v0.2.7

10 Aug 23:46
8cfbafb
Compare
Choose a tag to compare
  • New Playwright actions view

    Playwright actions
  • Pick selector
    You can pick selector right from a live page, before or after running a test

    Pick selector
  • Record new test
    Start recording where you left off with the new 'Record new test' feature.

  • Show & reuse browser
    Watch your tests running live & keep devtools open. Develop while continuously running tests.

    Pick selector