Skip to content

Commit

Permalink
adding selenium-axe-python
Browse files Browse the repository at this point in the history
  • Loading branch information
ssin2017 committed Sep 19, 2023
1 parent cc5e81b commit 97cfd88
Show file tree
Hide file tree
Showing 2 changed files with 434 additions and 285 deletions.
4 changes: 3 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pytest-test-groups = "*"
pytest-xdist = "*"
python-dateutil = "*"
requests = "*"
selenium = "*"
selenium = "==4.9.0"
selene = {git = "https://github.com/yashaka/selene.git",ref = "2.0.0rc2"}
fuzzbucket-client = "*"
browsermob-proxy = "==0.8.0"
Expand All @@ -33,6 +33,8 @@ pytest-reportportal = "*"
rsa = "*"
posix-ipc = "*"
decorator = "*"
selenium-axe-python = "*"
py = "*"

[pipenv]
allow_prereleases = true
Loading

0 comments on commit 97cfd88

Please sign in to comment.