a4c00c2148
ChromeDriver now supports Apple Silicon ARM processors. `webdriver-manager` versions 12.1.7 and earlier will, however, incorrectly download the arm64 ChromeDriver regardless of the system's architecture. This results in failure to run Protractor tests on macOS with the error: `spawn Unknown system error -86` This commit fixes the problem by upgrading `webdriver-manager` to version 12.1.8, which includes a fix. See also https://stackoverflow.com/questions/65618558. PR Close #40756 |
||
---|---|---|
.. | ||
e2e | ||
src | ||
.editorconfig | ||
.gitignore | ||
README.md | ||
angular.json | ||
browserslist | ||
check-output-for-ngdevmode.js | ||
karma.conf.js | ||
package.json | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.spec.json | ||
tslint.json | ||
yarn.lock |
README.md
CliHelloWorldLazyRollup
This test checks bundle sizes when there is a lazy module and experimentalRollupPass is used. It also checks if the ngDevMode
global variable and string references in packages/core/src/util/ng_dev_mode.ts
are correctly removed.
This test contains a lazy route to ensure ngDevMode
removal happens even across chunks, and a payload size check in /goldens/size-tracking/integration-payloads.json
to ensure extra code is not retained accidentally.