refactor(bazel): remove @angular/bazel protractor rule now provided by @bazel/protractor (#32485)

BREAKING CHANGE:
Angular bazel users using protractor_web_test_suite from @angular/bazel npm package should now switch to the @bazel/protractor npm package.

This should impact very few users and the user's that are impacted have a very easy upgrade path to switch to fetching the protractor_web_test_suite rule via the @bazel/protractor npm package.

PR Close #32485
This commit is contained in:
Greg Magolan
2019-09-04 18:31:59 -07:00
committed by Matias Niemelä
parent 21245887e6
commit 9448828b0d
33 changed files with 0 additions and 1014 deletions

View File

@ -52,7 +52,6 @@ ts_devserver(
protractor_web_test_suite(
name = "protractor_tests",
data = ["//packages/bazel/src/protractor/utils"],
on_prepare = ":start-server.js",
server = ":devserver",
deps = [