From: Eduardo San Martin Morote Date: Wed, 15 Apr 2020 15:09:41 +0000 (+0200) Subject: ci: run firefox X-Git-Tag: v4.0.0-alpha.6~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee0061f276a1dc5b0d93ead045007cbb4e34d121;p=thirdparty%2Fvuejs%2Frouter.git ci: run firefox --- diff --git a/circle.yml b/circle.yml index f39e385a..86d7bd38 100644 --- a/circle.yml +++ b/circle.yml @@ -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 diff --git a/package.json b/package.json index 768fe220..f68125c5 100644 --- a/package.json +++ b/package.json @@ -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",