Skip to content

Releases: microsoft/playwright-pytest

v0.5.2

06 Sep 09:40
ea833ce
Compare
Choose a tag to compare

Bugfixes:

  • chore: add py.typed file in #245
  • chore: hide internal methods in #236
  • Update conda dependencies to match setup.py in #242
  • Fix conda build and publish workflow in #243

Full Changelog: v0.5.1...v0.5.2

v0.5.1

03 Jul 08:35
cd44e24
Compare
Choose a tag to compare

Bugfixes

  • fix: catch PermissionError when cleaning the tests results with multiple threads (#224) in #230

v0.5.0

06 May 22:43
6d624fc
Compare
Choose a tag to compare

Bugfixes:

  • fix: improve video naming in #217
  • feat: support artifact collection with multiple contexts in #216
  • fix: clean up videos after each test in #221
  • fix: migrate artifacts_folder to session fixture in #223

Full Changelog: v0.4.4...v0.5.0

v0.4.4

02 Feb 13:00
a0e5c0f
Compare
Choose a tag to compare

Bugfixes:

  • fix: use best-effort artifacts folder removal in #191
  • chore: support Pytest v8 in #203

v0.4.3

09 Oct 07:52
f00a018
Compare
Choose a tag to compare

Bugfixes:

  • fix: mark.browser_context_args should clear for the next test in #189

Full Changelog: v0.4.2...v0.4.3

v0.4.2

09 Aug 10:27
Compare
Choose a tag to compare

Fix conda publishing

v0.4.1

07 Aug 09:12
47a253a
Compare
Choose a tag to compare

Fix conda publishing

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