Releases: microsoft/playwright-pytest
Releases · microsoft/playwright-pytest
v0.1.1
Enhanced support for usage with launch_persistent_context (#51)
v0.1.0
- chore: replace headful with headed option (#48)
- feat: added browser channel argument (#47)
- feat: added slowmo option (#45)
v0.0.12
Supports now Playwright >= 1.9.0
v0.0.11
Update to use Playwright 1.8.0a1
Version 0.0.10
Bugfixes:
- fix(screenshot): handle if there is no Page fixture available (#30)
- fix: compatible with Playwright 0.170.0 (#32)
Version 0.0.9
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
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
Bugfixes:
- fix(django): usage with class based tests (#12)
Docs:
- docs(readme): update structure (#9)
Version 0.0.6
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
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)