File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,14 +76,14 @@ jobs:
7676 # Run functional tests for chrome browser for https
7777 name : Run functional tests (chrome / https)
7878 command :
79- node node_modules/intern/runner.js config= test/functional/config .js selenium=remote app=remote browsers=chrome protocol=https
79+ node test/functional/runTests .js -- selenium=remote --reporters=junit -- app=remote -- browsers=chrome -- protocol=https
8080
8181 - run :
8282 # Run functional tests for chrome browser for http
8383 name : Run functional tests (chrome / http)
8484 when : always # run tests even if some previous tests failed
8585 command :
86- node node_modules/intern/runner.js config= test/functional/config .js selenium=remote app=remote browsers=chrome protocol=http
86+ node test/functional/runTests .js -- selenium=remote --reporters=junit -- app=remote -- browsers=chrome -- protocol=http
8787
8888 - store_test_results :
8989 path : test/functional/reports
@@ -96,7 +96,7 @@ workflows:
9696 scheduled-workflow :
9797 triggers :
9898 - schedule :
99- cron : " 0 0 * * 0 "
99+ cron : " 0 0 * * * "
100100 filters :
101101 branches :
102102 only :
You can’t perform that action at this time.
0 commit comments