|
@@ -3,18 +3,18 @@ TEST_URL='ws://localhost:9001/'
|
|
|
|
|
|
test:
|
|
|
|
|
|
- bash ./TestSupport/run_test.sh $(TEST_SCENARIOS) $(TEST_URL) Debug
|
|
|
mkdir -p pages/results
|
|
|
+ bash ./TestSupport/run_test.sh $(TEST_SCENARIOS) $(TEST_URL) Debug || open pages/results/index.html && false
|
|
|
open pages/results/index.html
|
|
|
|
|
|
test_all:
|
|
|
|
|
|
- bash ./TestSupport/run_test.sh '*' $(TEST_URL) Debug
|
|
|
mkdir -p pages/results
|
|
|
+ bash ./TestSupport/run_test.sh '*' $(TEST_URL) Debug || open pages/results/index.html && false
|
|
|
open pages/results/index.html
|
|
|
|
|
|
test_perf:
|
|
|
|
|
|
- bash ./TestSupport/run_test.sh '9.*' $(TEST_URL) Release
|
|
|
mkdir -p pages/results
|
|
|
+ bash ./TestSupport/run_test.sh '9.*' $(TEST_URL) Release || open pages/results/index.html && false
|
|
|
open pages/results/index.html
|