Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-15T20:37:42.000Z (over 3 years ago)
- Last Synced: 2024-10-06T15:11:06.984Z (30 days 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: 23
- Watchers: 3
- 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.