Skip to content

Releases: microsoft/playwright-pytest

v0.4.0

07 Aug 09:02
bea0eda
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.4.0

v0.3.3

24 Apr 19:28
1583df7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

10 Mar 08:51
158839e
Compare
Choose a tag to compare

What's Changed

  • fix: respect manual base_url fixture override in #154

v0.3.1

28 Feb 15:56
fd02a2d
Compare
Choose a tag to compare

Bugfixes

v0.3.0

16 Mar 21:16
456f828
Compare
Choose a tag to compare

What's Changed

  • chore: enable sources for trace collection by @mxschmitt in #104
  • remove unused event_loop session-scoped fixture by @skarzi in #106
  • chore: launch the browser headed by default if the vscode debugger is attached by @mxschmitt in #107

New Contributors

Full Changelog: v0.2.3...v0.3.0

v0.2.3

10 Feb 11:58
4e1a8ab
Compare
Choose a tag to compare

What's Changed

  • fix: Ignore FileNotFoundError when cleaning up output_dir by @shadowwolf899 in #97
  • fix: Added check for if rep_call is missing by @shadowwolf899 in #96

New Contributors

  • @shadowwolf899 made their first contribution in #97

Full Changelog: v0.2.2...v0.2.3

v0.2.2

28 Oct 10:00
4b33932
Compare
Choose a tag to compare

What's Changed

Fixes

  • chore: change browser_context_args back to session fixture by @mxschmitt in #85 (fixes #73)
  • test: add test for launching persistent context with session scope by @mxschmitt in #86

Full Changelog: v0.2.1...v0.2.2

v0.2.1

11 Oct 08:49
93f248a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

16 Aug 08:19
Compare
Choose a tag to compare

Features

  • feat: add more testing goodies (screenshot, video, tracing) (#70)
  • feat: device emulation via CLI parameter (#61)

Breaking

  • browser_context_args fixture scope has changed from session to function

v0.1.2

07 Jun 15:08
36e5a49
Compare
Choose a tag to compare

Changes:

  • fix: make it compatible with unittest.TestCase and pytest-bdd (#56)