mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-21 17:10:33 +03:00
chore: run correct tests in circleci
This commit is contained in:
+14
-13
@@ -91,7 +91,7 @@ jobs:
|
|||||||
at: ~/project
|
at: ~/project
|
||||||
- run:
|
- run:
|
||||||
name: E2E Tests
|
name: E2E Tests
|
||||||
command: yarn test:e2e-ssr
|
command: yarn test:e2e-browser
|
||||||
environment:
|
environment:
|
||||||
BROWSER_STRING: firefox
|
BROWSER_STRING: firefox
|
||||||
|
|
||||||
@@ -103,7 +103,7 @@ jobs:
|
|||||||
at: ~/project
|
at: ~/project
|
||||||
- run:
|
- run:
|
||||||
name: E2E Tests
|
name: E2E Tests
|
||||||
command: yarn test:e2e-ssr
|
command: yarn test:e2e-browser
|
||||||
environment:
|
environment:
|
||||||
BROWSER_STRING: chrome
|
BROWSER_STRING: chrome
|
||||||
|
|
||||||
@@ -115,7 +115,7 @@ jobs:
|
|||||||
at: ~/project
|
at: ~/project
|
||||||
- run:
|
- run:
|
||||||
name: E2E Tests
|
name: E2E Tests
|
||||||
command: yarn test:e2e-ssr
|
command: yarn test:e2e-browser
|
||||||
environment:
|
environment:
|
||||||
BROWSER_STRING: browserstack/local/ie:9
|
BROWSER_STRING: browserstack/local/ie:9
|
||||||
|
|
||||||
@@ -127,7 +127,7 @@ jobs:
|
|||||||
at: ~/project
|
at: ~/project
|
||||||
- run:
|
- run:
|
||||||
name: E2E Tests
|
name: E2E Tests
|
||||||
command: yarn test:e2e-ssr
|
command: yarn test:e2e-browser
|
||||||
environment:
|
environment:
|
||||||
BROWSER_STRING: browserstack/local/edge:15
|
BROWSER_STRING: browserstack/local/edge:15
|
||||||
|
|
||||||
@@ -139,7 +139,7 @@ jobs:
|
|||||||
at: ~/project
|
at: ~/project
|
||||||
- run:
|
- run:
|
||||||
name: E2E Tests
|
name: E2E Tests
|
||||||
command: yarn test:e2e-ssr
|
command: yarn test:e2e-browser
|
||||||
environment:
|
environment:
|
||||||
BROWSER_STRING: browserstack/local/os x=snow leopard/safari:5.1
|
BROWSER_STRING: browserstack/local/os x=snow leopard/safari:5.1
|
||||||
|
|
||||||
@@ -149,11 +149,12 @@ workflows:
|
|||||||
commit:
|
commit:
|
||||||
jobs:
|
jobs:
|
||||||
- setup
|
- setup
|
||||||
- lint: { requires: [setup] }
|
- lint: { requires: [setup] }
|
||||||
- audit: { requires: [setup] }
|
- audit: { requires: [setup] }
|
||||||
- test-unit: { requires: [lint] }
|
- test-unit: { requires: [lint] }
|
||||||
- test-e2e-ssr: { requires: [lint] }
|
- test-e2e-ssr: { requires: [lint] }
|
||||||
- test-e2e-chrome: { requires: [test-e2e-ssr] }
|
- test-e2e-firefox: { requires: [test-e2e-ssr] }
|
||||||
- test-e2e-ie: { requires: [test-e2e-ssr] }
|
- test-e2e-chrome: { requires: [test-e2e-ssr] }
|
||||||
- test-e2e-edge: { requires: [test-e2e-ssr] }
|
- test-e2e-ie: { requires: [test-e2e-ssr] }
|
||||||
- test-e2e-safari: { requires: [test-e2e-ssr] }
|
- test-e2e-edge: { requires: [test-e2e-ssr] }
|
||||||
|
- test-e2e-safari: { requires: [test-e2e-ssr] }
|
||||||
|
|||||||
Reference in New Issue
Block a user