tests: add details about --errors options for e2e tests

main
Marshall Hallenbeck 2023-05-08 19:34:44 -04:00
parent f8e787a5f4
commit 6de4370a25
1 changed files with 2 additions and 1 deletions

View File

@ -8,3 +8,4 @@
* Install CME (either in venv or via Poetry)
* Run `python tests/e2e_tests.py -t $IP -u $USER -p $PASS`, with optional `-k` parameter
* Poetry: `poetry run python tests/e2e_tests.py -t $IP -u $USER -p $PASS`
* To see full errors (that might show real errors not caught by checking the exit code), run with the `--errors` flag