improve e2e tests

This commit is contained in:
Adil Hafeez 2024-10-28 12:12:15 -07:00
parent 9b1e9ba49d
commit 2517120eeb
8 changed files with 169 additions and 23 deletions

View file

@ -13,6 +13,7 @@ pytest = "^7.3.1"
requests = "^2.29.0"
selenium = "^4.11.2"
pytest-sugar = "^1.0.0"
deepdiff = "^8.0.1"
[tool.poetry.dev-dependencies]
pytest-cov = "^4.1.0"