testing-html-merge (#15)
* add tests for merge_html_reports function Reviewed-on: local-it-infrastructure/e2e_tests#15 Co-authored-by: Daniel <d.brummerloh@gmail.com> Co-committed-by: Daniel <d.brummerloh@gmail.com>
This commit is contained in:
parent
873bf73ae8
commit
016b88a68d
11 changed files with 2762 additions and 19 deletions
|
|
@ -149,6 +149,7 @@ playwright codegen demo.playwright.dev/todomvc # visit given url in codegen mod
|
|||
|
||||
```bash
|
||||
pytest # test pytest-abra
|
||||
pytest -m "not slow" # test pytest-abra without slow tests
|
||||
pytest --collect-only # debug test pytest-abra
|
||||
docker compose run --rm app pytest # run pytest-abra
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue