[WIP] Add new automated test framework (#1)
Co-authored-by: Daniel <d.brummerloh@gmail.com> Co-committed-by: Daniel <d.brummerloh@gmail.com>
This commit is contained in:
parent
859bd57006
commit
97ed87c79f
31 changed files with 769 additions and 6 deletions
21
README.md
21
README.md
|
|
@ -1,11 +1,20 @@
|
|||
# Readme
|
||||
|
||||
# Installation
|
||||
```bash
|
||||
docker compose build
|
||||
docker compose run --rm app python ./main.py
|
||||
docker compose run --rm app pytest
|
||||
# docker-compose up
|
||||
```
|
||||
|
||||
pip install pytest-playwright
|
||||
playwright install
|
||||
Force rebuild with cache
|
||||
|
||||
# Run Tests:
|
||||
```bash
|
||||
docker-compose up --build
|
||||
```
|
||||
|
||||
pytest -k nextcloud
|
||||
Force rebuild wtihtout cache
|
||||
|
||||
playwright show-trace trace.zip
|
||||
```bash
|
||||
docker-compose build --no-cache
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue