Skip to content

Commit d79b767

Browse files
committed
update circleci conf for functional tests
1 parent 1ef49de commit d79b767

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)