Merge pull request #2045 from maxberger/toxinteg
Run integ tests as part of tox
This commit is contained in:
@@ -24,5 +24,11 @@ playwright install --with-deps
|
||||
if you use uv, you can run
|
||||
|
||||
``` lang=shell
|
||||
uv run --extra integ_test pytest integ_tests
|
||||
uv run --extra dev pytest integ_tests
|
||||
```
|
||||
|
||||
if you use tox, you can run
|
||||
|
||||
``` lang=shell
|
||||
tox -c pyproject.toml -e integ_test
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user