Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.