angular-cn/integration/platform-server
George Kalpakas a4c00c2148 build: upgrade `webdriver-manager` to v12.1.8 (#40756)
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
2021-02-17 06:52:31 -08:00
..
e2e build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
src feat(zone.js): upgrade zone.js to angular package format(APF) (#36540) 2020-06-11 11:08:48 -07:00
README.md test: move platform-server integration test (#22810) 2018-04-13 16:30:50 -07:00
build.sh test: move platform-server integration test (#22810) 2018-04-13 16:30:50 -07:00
package.json build: update to @angular/cli@11.0.0-rc.0 (#39432) 2020-10-29 13:47:12 -07:00
tsconfig.json build: remove dep on tsickle from platform-server (#33927) 2020-02-24 08:59:18 -08:00
webpack.client.config.js build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
webpack.server.config.js build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
yarn.lock build: upgrade `webdriver-manager` to v12.1.8 (#40756) 2021-02-17 06:52:31 -08:00

README.md

To add a new server side rendering E2E test

  • Add a new server side rendered application to src/
  • Edit webpack.client.config.js to add new entry point for the new client bundle
  • The index.html can access the client bundle from /built/.js
  • Edit src/server.ts to add the server side application to a new URL
  • Add a protractor test in e2e/ to test with the new URL