]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
ci: run firefox
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 15 Apr 2020 15:09:41 +0000 (17:09 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 15 Apr 2020 15:09:41 +0000 (17:09 +0200)
circle.yml
package.json

index f39e385a06323df9b1851729f8d522a6fb106c6c..86d7bd381b5e76822f43eb61536ed87288b2c13a 100644 (file)
@@ -33,7 +33,7 @@ jobs:
       - run: yarn run build:dts
       - run: yarn run test:unit --maxWorkers=2
       - run: yarn run build:e2e
-      - run: yarn run test:e2e
+      - run: yarn run test:e2e:ci
 
       - run:
           name: Send code coverage
index 768fe22018bfd4b086b36feb6d4770290eb1484b..f68125c5451a45ff3f1d4bffa5276708fc594148 100644 (file)
@@ -29,7 +29,7 @@
     "test:unit": "jest --coverage",
     "test": "yarn run test:types && yarn run test:unit",
     "test:e2e": "node e2e/runner.js -e chrome",
-    "test:e2e:ci": "node e2e/runner.js --local -e ie,android44 -c e2e/nightwatch.browserstack.js e2e/specs/encoding.js"
+    "test:e2e:ci": "node e2e/runner.js -e firefox"
   },
   "gitHooks": {
     "pre-commit": "lint-staged",