-
Notifications
You must be signed in to change notification settings - Fork 11
Add Playwright tests #39
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomershacktoberfestA good issue for someone contributing to Hacktoberfest.A good issue for someone contributing to Hacktoberfest.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershacktoberfestA good issue for someone contributing to Hacktoberfest.A good issue for someone contributing to Hacktoberfest.
We use Playwright to test other UI projects in the Piccolo ecosystem (see Piccolo Admin).
Playwright is a E2E / UI testing framework.
Phase 1
Approximate time needed: 1 to 2 hours, depending on existing knowledge of Playwright.
e2e.requirements/test-requirements.txt, containing Playwright and Pytest.e2e/test_homepage.py), which performs some simple tests - e.g. loading the homepage, entering something into the search bar, and submitting it.scripts/run-tests.sh, which runs pytest.Phase 2
Can be done in a separate PR.
Approximate time needed is 1 to 2 hours, depending on knowledge of GitHub actions.
cd docs && make html)