Skip to content

Commit 9ec2300

Browse files
committed
Trying with firefox
1 parent 35b1ea5 commit 9ec2300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"selupdate": "webdriver-manager update",
4848
"selenium": "webdriver-manager update && webdriver-manager start",
4949
"example:cli:build": "npm run build && cd example/cli && npm install && cp -rf ../../dist node_modules/angular-tree-component/ && cp src/index.build.html src/index.html && ./node_modules/.bin/ng build --aot && cp src/index.dev.html src/index.html && mkdir -p 500tech/angular2-tree-component/master/example/cli/ && cp -rf dist 500tech/angular2-tree-component/master/example/cli/",
50-
"test": "./node_modules/.bin/testcafe chrome e2e/*.testcafe.js --app \"cd example/cli && node_modules/.bin/ng serve \"",
50+
"test": "./node_modules/.bin/testcafe firefox e2e/*.testcafe.js --app \"cd example/cli && node_modules/.bin/ng serve \"",
5151
"test:debug": "./node_modules/.bin/testcafe chrome e2e/*.testcafe.js --inspect-brk",
5252
"test:slow": "./node_modules/.bin/testcafe chrome e2e/*.testcafe.js --speed 0.1",
5353
"test:setup": "npm run build && cd example/cli && npm install && cp -rf ../../dist node_modules/angular-tree-component/",

0 commit comments

Comments
 (0)