From 6de4370a251ba2f05093fe5e38bdef1c7cc73527 Mon Sep 17 00:00:00 2001 From: Marshall Hallenbeck Date: Mon, 8 May 2023 19:34:44 -0400 Subject: [PATCH] tests: add details about --errors options for e2e tests --- tests/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index 73b7a4a5..d663adda 100644 --- a/tests/README.md +++ b/tests/README.md @@ -7,4 +7,5 @@ ### End to End Tests * 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` \ No newline at end of file + * 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 \ No newline at end of file