angular/tools
Paul Gschwendtner 42619bd670 build: remove puppeteer, remaining usages of webdriver-manager and migrate AIO production test to Bazel (#49025)
This commit does three things that all related and required to get
rid of `webdriver-manager`:

* Our puppeteer protractor setup in AIO relies on webdriver-manager
because we install a corresponding chromedriver based on the puppeteer
chromium version. We would like to get rid of this brittle setup.

* We don't use `puppeteer` in many places because we manage chromium and
the driver through Bazel. This commit removes the remaining puppeteer
usage and replaces it with the Bazel-managed canonical browser

* We need to migrate the AIO production URL tests to Bazel. These
weren't part of Aspect's migration. This is needed so that we can drop
puppeteer and use the Bazel browser setup.

* Migrates some at-runtime TS `ts-node` test setup to proper idiomatic
Bazel code. Needed because it depends on code that also had to be
migrated to Bazel given the production e2e test Bazel migration (above
points).

Note: The xregexp dependency had to be added to the root project because
`ts_library` does not support compilation deps from `@aio_npm`. This is
something we will fix anyway when we have a more modern toolchain!

PR Close #49025
2023-02-10 19:22:18 +00:00
..
bazel-repo-patches build: patch rules_nodejs to ensure nodejs_binary targets can be used as tools in RBE (#48316) 2022-12-02 08:57:43 -08:00
circular_dependency_test build: make devmode a noop and ensure it never runs (#48521) 2022-12-19 19:50:45 +00:00
contributing-stats refactor(dev-infra): remove dependency on minimist (#43644) 2021-10-04 17:31:03 -07:00
esm-interop build: make devmode a noop and ensure it never runs (#48521) 2022-12-19 19:50:45 +00:00
gulp-tasks build: remove the unused source-map-test (#46518) 2022-06-27 15:42:43 -07:00
legacy-saucelabs build: fix legacy saucelabs test bundle generation after ESM changes (#48521) 2022-12-19 19:50:44 +00:00
rxjs build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
saucelabs build: do not rely on CommonJS module global for Bazel karma saucelabs (#48573) 2022-12-23 14:16:33 +00:00
symbol-extractor build: make devmode a noop and ensure it never runs (#48521) 2022-12-19 19:50:45 +00:00
testing build: add missing dependencies to platform-server and tools/testing (#48521) 2022-12-19 19:50:43 +00:00
tslint build: replace validate import ESM/CJS interop rule with dev-infra shipped rule (#44238) 2021-12-08 13:42:41 -05:00
BUILD.bazel build: remove unused inline-package-json-deps.js script (#46798) 2022-07-12 15:54:51 +00:00
defaults.bzl build: remove puppeteer, remaining usages of webdriver-manager and migrate AIO production test to Bazel (#49025) 2023-02-10 19:22:18 +00:00
jsconfig.json chore(vscode): add jsconfig.json and remove .settings dir 2015-10-29 13:53:21 +00:00
ng_benchmark.bzl build: disable bazel nodejs linker to improve stability on windows (#45872) 2022-05-04 16:20:57 -07:00
postinstall-patches.js build: support esbuild configurations using ESM dependencies (#48521) 2022-12-19 19:50:42 +00:00
tsconfig-test.json build(bazel): use fine-grained npm deps (#26111) (#26488) 2018-10-19 20:59:29 -07:00
tsconfig.json build: enable esModuleInterop in TypeScript compilations (#43431) 2021-10-01 18:28:45 +00:00
types.d.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
utils.inc feat(bundle): add script to push bundles to code.angularjs.org 2015-04-14 14:50:53 -07:00