|
@@ -1,15 +1,15 @@
|
|
|
-TEST_KEY=sr_test_fun
|
|
|
TEST_SCENARIOS="[1-8]*"
|
|
|
+TEST_URL='ws://localhost:9001/'
|
|
|
|
|
|
test:
|
|
|
|
|
|
- bash ./TestSupport/run_test.sh $(TEST_SCENARIOS) $(TEST_KEY)
|
|
|
+ bash ./TestSupport/run_test.sh $(TEST_SCENARIOS) $(TEST_URL)
|
|
|
mkdir -p pages/results
|
|
|
open pages/results/index.html
|
|
|
|
|
|
test_all:
|
|
|
|
|
|
- bash ./TestSupport/run_test.sh '*' $(TEST_KEY) $(SDK)
|
|
|
+ bash ./TestSupport/run_test.sh '*' $(TEST_URL)
|
|
|
mkdir -p pages/results
|
|
|
open pages/results/index.html
|
|
|
|