mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-24 23:00:34 +03:00
test(circleci): update to 2.1 config (add browser names)
This commit is contained in:
@@ -100,14 +100,17 @@ workflows:
|
|||||||
- test-unit: { requires: [lint] }
|
- test-unit: { requires: [lint] }
|
||||||
- test-e2e-ssr: { requires: [lint] }
|
- test-e2e-ssr: { requires: [lint] }
|
||||||
- test-e2e-browser:
|
- test-e2e-browser:
|
||||||
|
name: test-e2e-firefox
|
||||||
browserString: firefox/headless
|
browserString: firefox/headless
|
||||||
requires:
|
requires:
|
||||||
- test-e2e-ssr
|
- test-e2e-ssr
|
||||||
- test-e2e-browser:
|
- test-e2e-browser:
|
||||||
|
name: test-e2e-chrome
|
||||||
browserString: chrome/selenium
|
browserString: chrome/selenium
|
||||||
requires:
|
requires:
|
||||||
- test-e2e-ssr
|
- test-e2e-ssr
|
||||||
- test-e2e-browser:
|
- test-e2e-browser:
|
||||||
|
name: test-e2e-ie
|
||||||
browserString: browserstack/local/ie:9
|
browserString: browserstack/local/ie:9
|
||||||
requires:
|
requires:
|
||||||
- test-e2e-ssr
|
- test-e2e-ssr
|
||||||
@@ -115,6 +118,7 @@ workflows:
|
|||||||
branches:
|
branches:
|
||||||
ignore: /^pull\/.*/
|
ignore: /^pull\/.*/
|
||||||
- test-e2e-browser:
|
- test-e2e-browser:
|
||||||
|
name: test-e2e-edge
|
||||||
browserString: browserstack/local/edge:15
|
browserString: browserstack/local/edge:15
|
||||||
requires:
|
requires:
|
||||||
- test-e2e-ssr
|
- test-e2e-ssr
|
||||||
@@ -122,6 +126,7 @@ workflows:
|
|||||||
branches:
|
branches:
|
||||||
ignore: /^pull\/.*/
|
ignore: /^pull\/.*/
|
||||||
- test-e2e-browser:
|
- test-e2e-browser:
|
||||||
|
name: test-e2e-safari
|
||||||
browserString: browserstack/local/os x=snow leopard/safari:5.1
|
browserString: browserstack/local/os x=snow leopard/safari:5.1
|
||||||
requires:
|
requires:
|
||||||
- test-e2e-ssr
|
- test-e2e-ssr
|
||||||
|
|||||||
Reference in New Issue
Block a user