mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 16:21:55 +08:00
test(angular): fix e2e tests (#22522)
This commit is contained in:
@ -8,7 +8,7 @@
|
|||||||
"sync:build": "sh scripts/build-ionic.sh",
|
"sync:build": "sh scripts/build-ionic.sh",
|
||||||
"sync": "sh scripts/sync.sh",
|
"sync": "sh scripts/sync.sh",
|
||||||
"build": "npm run sync && ng build --prod --no-progress",
|
"build": "npm run sync && ng build --prod --no-progress",
|
||||||
"pretest": "webdriver-manager update --versions.chrome 85.0.4183.87",
|
"pretest": "webdriver-manager update --versions.chrome 87.0.4280.20",
|
||||||
"test": "ng e2e --prod --webdriver-update=false",
|
"test": "ng e2e --prod --webdriver-update=false",
|
||||||
"test.dev": "npm run sync && ng e2e",
|
"test.dev": "npm run sync && ng e2e",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
|
Reference in New Issue
Block a user