diff options
author | Daniel Schadt <kingdread@gmx.de> | 2022-12-10 23:59:27 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2022-12-10 23:59:27 +0100 |
commit | d444bd4cb610722e1ff481e2279dd511b6aed5c6 (patch) | |
tree | 4261e26f1cf48458734eea199cf0f27e26cde0de /pyproject.toml | |
parent | 650e5809e6cc986d87ce2e9f36169936d54c11fd (diff) | |
download | fietsboek-d444bd4cb610722e1ff481e2279dd511b6aed5c6.tar.gz fietsboek-d444bd4cb610722e1ff481e2279dd511b6aed5c6.tar.bz2 fietsboek-d444bd4cb610722e1ff481e2279dd511b6aed5c6.zip |
start with playwright tests
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 067631f..e08b92b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,6 +67,7 @@ optional = true pytest = "^7.2.0" webtest = "^3.0.0" pytest-cov = "^4.0.0" +pytest-playwright = "^0.3.0" [tool.poetry.group.linters] optional = true |