2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-12 02:52:24 +03:00

test(circleci): try other browser strings

This commit is contained in:
pimlie
2019-03-21 14:38:00 +01:00
committed by Pim
parent 5539d6a968
commit b71216ef06
+2 -2
View File
@@ -98,7 +98,7 @@ jobs:
name: E2E Tests
command: yarn test:e2e-browser
environment:
BROWSER_STRING: firefox
BROWSER_STRING: firefox/headless
test-e2e-chrome:
<<: *e2e_browsers
@@ -110,7 +110,7 @@ jobs:
name: E2E Tests
command: yarn test:e2e-browser
environment:
BROWSER_STRING: chrome
BROWSER_STRING: chrome/selenium
test-e2e-ie:
<<: *e2e_browsers