Skip to content

Commit

Permalink
add playwright and pre-commit to test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ehneilsen authored and alserene committed Jul 23, 2024
1 parent 2a7fd89 commit 6af3ab6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ test = [
"isort",
"ruff",
"pytest-cov",
"geckodriver"
"geckodriver",
"playwright",
"pre-commit"
]
dev = [
"documenteer[guide]",
Expand Down

0 comments on commit 6af3ab6

Please sign in to comment.