Skip to content

Releases: microsoft/playwright-pytest

v0.1.1

19 May 12:47
4c29868
Compare
Choose a tag to compare

Enhanced support for usage with launch_persistent_context (#51)

v0.1.0

01 Apr 18:39
8d36d47
Compare
Choose a tag to compare
  • chore: replace headful with headed option (#48)
  • feat: added browser channel argument (#47)
  • feat: added slowmo option (#45)

v0.0.12

25 Feb 18:40
76d19c0
Compare
Choose a tag to compare

Supports now Playwright >= 1.9.0

v0.0.11

21 Jan 21:43
b1bb438
Compare
Choose a tag to compare

Update to use Playwright 1.8.0a1

Version 0.0.10

16 Dec 21:54
fd3960e
Compare
Choose a tag to compare

Bugfixes:

  • fix(screenshot): handle if there is no Page fixture available (#30)
  • fix: compatible with Playwright 0.170.0 (#32)

Version 0.0.9

24 Nov 10:11
c461074
Compare
Choose a tag to compare

Bugfixes:

  • fix: don't paramaterize test functions that don't use browser fixtures (#28)

Chore:

  • fix(django): configure DJANGO_SETTINGS_MODULE in conftest.py (88a4079)
  • fix(pre-commit): fix mypy error (727a5f7)
  • lint: follow up to the last commit (858a9b4)

Version 0.0.8

10 Nov 11:39
93edbfd
Compare
Choose a tag to compare

Bugfixes:

  • fix: device emulation (#22)

Documentation:

  • docs(readme): add config for pytest.ini (#13)
  • docs: add examples for custom fixtures (#16)

Chore:

  • chore: test and add support for Python 3.9 (#17)

Version 0.0.7

03 Oct 16:11
779b44a
Compare
Choose a tag to compare

Bugfixes:

  • fix(django): usage with class based tests (#12)

Docs:

  • docs(readme): update structure (#9)

Version 0.0.6

29 Sep 20:46
16b4575
Compare
Choose a tag to compare

BREAKING:

  • chore(typo): fix browse to browser (#8)

Documentation:

  • docs: fix screenshot section (#7)
  • docs: add guide about debugging Playwright Python (#5)

Version 0.0.5

05 Aug 14:41
61ad69e
Compare
Choose a tag to compare

Changes:

  • feat: migrated project over to Microsoft namespace (#1)
  • fix: use greater than as Playwright requirement(#3)
  • fix: report not valid browser names as error (#4)

BREAKING:

  • enh: renamed fixtures for better readability (#2)