feat: initialize end-to-end testing framework with pytest configuration and login test suites

This commit is contained in:
VolandSZ
2026-08-27 23:58:31 +03:00
parent 33e65540dc
commit 365796452f
8 changed files with 122 additions and 0 deletions

5
requirements.txt Normal file
View File

@ -0,0 +1,5 @@
playwright
pytest
pytest-playwright
pytest-xdist
pytest-html==3.2.0