Finish to migrate tests from selenium to playwright

Removed selenium tests and configuration
Added the rest of playwright tests
This commit is contained in:
mouse1203
2023-04-27 14:43:59 +02:00
parent 3578001fab
commit a8c804de5b
7 changed files with 532 additions and 850 deletions

View File

@@ -144,7 +144,6 @@ setup_args = dict(
"pytest-asyncio>=0.17",
"pytest-cov",
"requests-mock",
"selenium",
"playwright",
"virtualenv",
],