mirror of
https://github.com/katanemo/plano.git
synced 2026-06-29 15:49:40 +02:00
fix e2e tests
This commit is contained in:
parent
b9799fcf4b
commit
5d99c8f3c3
3 changed files with 398 additions and 0 deletions
15
demos/shared/test_runner/README.md
Normal file
15
demos/shared/test_runner/README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Demo Tests Runner
|
||||
|
||||
Test runner for Plano demo tests.
|
||||
|
||||
## Usage
|
||||
|
||||
Run tests using:
|
||||
```bash
|
||||
sh run_demo_tests.sh
|
||||
```
|
||||
|
||||
Or run directly with pytest:
|
||||
```bash
|
||||
pytest test_demos.py
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue