https://github.com/mxschmitt/python-django-playwright
Example how to use Playwright in combination with Django.
https://github.com/mxschmitt/python-django-playwright
hacktoberfest playwright
Last synced: 6 months ago
JSON representation
Example how to use Playwright in combination with Django.
- Host: GitHub
- URL: https://github.com/mxschmitt/python-django-playwright
- Owner: mxschmitt
- Created: 2020-10-07T21:08:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-15T20:37:42.000Z (over 4 years ago)
- Last Synced: 2025-03-29T09:51:12.584Z (9 months ago)
- Topics: hacktoberfest, playwright
- Language: Python
- Homepage: https://devblogs.microsoft.com/python/announcing-playwright-for-python-reliable-end-to-end-testing-for-the-web/
- Size: 8.79 KB
- Stars: 29
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Django end-to-end testing with Playwright
This example shows how to use [Playwright](https://github.com/microsoft/playwright) with Django testing.
See [here](https://github.com/mxschmitt/python-django-playwright/blob/master/test_login.py) for the end-to-end test and [here](https://devblogs.microsoft.com/python/announcing-playwright-for-python-reliable-end-to-end-testing-for-the-web/) about an introduction about Playwright.