refactor(aio): rename directory (tests/deployment-config --> tests/deployment) (#23390)
PR Close #23390
This commit is contained in:
parent
8b2101be9f
commit
d665d9a18c
@ -45,7 +45,7 @@
|
|||||||
"docs-watch": "node tools/transforms/authors-package/watchr.js",
|
"docs-watch": "node tools/transforms/authors-package/watchr.js",
|
||||||
"docs-lint": "eslint --ignore-path=\"tools/transforms/.eslintignore\" tools/transforms",
|
"docs-lint": "eslint --ignore-path=\"tools/transforms/.eslintignore\" tools/transforms",
|
||||||
"docs-test": "node tools/transforms/test.js",
|
"docs-test": "node tools/transforms/test.js",
|
||||||
"redirects-test": "jasmine-ts tests/deployment-config/unit/**/*.spec.ts",
|
"redirects-test": "jasmine-ts tests/deployment/unit/**/*.spec.ts",
|
||||||
"firebase-utils-test": "jasmine-ts tools/firebase-test-utils/*.spec.ts",
|
"firebase-utils-test": "jasmine-ts tools/firebase-test-utils/*.spec.ts",
|
||||||
"tools-lint": "tslint -c \"tools/tslint.json\" \"tools/firebase-test-utils/**/*.ts\"",
|
"tools-lint": "tslint -c \"tools/tslint.json\" \"tools/firebase-test-utils/**/*.ts\"",
|
||||||
"tools-test": "./scripts/deploy-to-firebase.test.sh && yarn docs-test && yarn boilerplate:test && jasmine tools/ng-packages-installer/index.spec.js && yarn firebase-utils-test",
|
"tools-test": "./scripts/deploy-to-firebase.test.sh && yarn docs-test && yarn boilerplate:test && jasmine tools/ng-packages-installer/index.spec.js && yarn firebase-utils-test",
|
||||||
|
@ -6,11 +6,11 @@ set +x -eu -o pipefail
|
|||||||
readonly aioDir="$(realpath $thisDir/..)"
|
readonly aioDir="$(realpath $thisDir/..)"
|
||||||
|
|
||||||
readonly appPtorConf="$aioDir/tests/e2e/protractor.conf.js"
|
readonly appPtorConf="$aioDir/tests/e2e/protractor.conf.js"
|
||||||
readonly cfgPtorConf="$aioDir/tests/deployment-config/e2e/protractor.conf.js"
|
readonly cfgPtorConf="$aioDir/tests/deployment/e2e/protractor.conf.js"
|
||||||
readonly minPwaScore="95"
|
readonly minPwaScore="95"
|
||||||
readonly urls=(
|
readonly urls=(
|
||||||
"https://angular.io/"
|
"https://angular.io/"
|
||||||
"https://next.angular.io"
|
"https://next.angular.io/"
|
||||||
)
|
)
|
||||||
|
|
||||||
cd "$aioDir"
|
cd "$aioDir"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user