fix e2e tests

This commit is contained in:
Adil Hafeez 2025-12-26 09:09:07 -08:00
parent b9799fcf4b
commit 5d99c8f3c3
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
3 changed files with 398 additions and 0 deletions

View 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
```