Skip to content

Commit

Permalink
Merge pull request #29 from rstudio/swati/add-selenium-axe-python
Browse files Browse the repository at this point in the history
adding selenium-axe-python
  • Loading branch information
dskard authored Oct 21, 2023
2 parents cc5e81b + 97cfd88 commit 00bf68f
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 00bf68f

Please sign in to comment.