Skip to content

Commit

Permalink
chore(6.0): remove protractor package
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard authored and alexeagle committed Apr 1, 2023
1 parent b7a1ff4 commit f3cadbb
Show file tree
Hide file tree
Showing 38 changed files with 0 additions and 1,559 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ docs/Built-ins.md linguist-generated=true
docs/Cypress.md linguist-generated=true
docs/esbuild.md linguist-generated=true
docs/Jasmine.md linguist-generated=true
docs/Protractor.md linguist-generated=true
docs/Providers.md linguist-generated=true
docs/Rollup.md linguist-generated=true
docs/Terser.md linguist-generated=true
Expand Down
1 change: 0 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module.exports = {
'esbuild',
'examples',
'jasmine',
'protractor',
'rollup',
'runfiles',
'terser',
Expand Down
1 change: 0 additions & 1 deletion docs/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ _READMES = {
"Core": "//docs:core.md_",
"Cypress": "//packages/cypress:README.md",
"Jasmine": "//packages/jasmine:README.md",
"Protractor": "//packages/protractor:README.md",
"Providers": "//docs:providers.md_",
"Rollup": "//packages/rollup:README.md",
"Terser": "//packages/terser:README.md",
Expand Down
4 changes: 0 additions & 4 deletions docs/Built-ins.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

153 changes: 0 additions & 153 deletions docs/Protractor.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ It also supports running Node.js programs and has a number of useful rules.
- [esbuild](esbuild.md)
- [Jasmine](Jasmine.md)
- [Labs](Labs.md)
- [Protractor](Protractor.md)
- [Rollup](Rollup.md)
- [Terser](Terser.md)
- [TypeScript](TypeScript.md)
Expand Down
3 changes: 0 additions & 3 deletions examples/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ example_integration_test(
timeout = "long",
npm_packages = {
"//packages/esbuild:npm_package": "@bazel/esbuild",
"//packages/protractor:npm_package": "@bazel/protractor",
"//packages/rollup:npm_package": "@bazel/rollup",
"//packages/terser:npm_package": "@bazel/terser",
"//packages/typescript:npm_package": "@bazel/typescript",
Expand Down Expand Up @@ -67,7 +66,6 @@ example_integration_test(
example_integration_test(
name = "examples_app",
npm_packages = {
"//packages/protractor:npm_package": "@bazel/protractor",
"//packages/rollup:npm_package": "@bazel/rollup",
"//packages/terser:npm_package": "@bazel/terser",
"//packages/typescript:npm_package": "@bazel/typescript",
Expand Down Expand Up @@ -163,7 +161,6 @@ example_integration_test(
"test ... --enable_runfiles",
],
npm_packages = {
"//packages/protractor:npm_package": "@bazel/protractor",
"//packages/rollup:npm_package": "@bazel/rollup",
"//packages/terser:npm_package": "@bazel/terser",
"//packages/typescript:npm_package": "@bazel/typescript",
Expand Down
31 changes: 0 additions & 31 deletions examples/angular/e2e/BUILD.bazel

This file was deleted.

26 changes: 0 additions & 26 deletions examples/angular/e2e/protractor.on-prepare.js

This file was deleted.

16 changes: 0 additions & 16 deletions examples/angular/e2e/src/app.e2e-spec.ts

This file was deleted.

22 changes: 0 additions & 22 deletions examples/angular/e2e/src/app.po.ts

This file was deleted.

1 change: 0 additions & 1 deletion internal/bazel_integration_test/bazel_integration_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ replaced in all integration tests. For example,
```
check_npm_packages = [
"@bazel/jasmine",
"@bazel/protractor",
"@bazel/typescript",
],
```
Expand Down
2 changes: 0 additions & 2 deletions internal/npm_install/npm_install.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ NB: This feature requires runfiles be enabled due to an issue in Bazel which we
On Windows runfiles are off by default and must be enabled with the `--enable_runfiles` flag when
using this feature.
NB: `protractor_web_test` and `protractor_web_test_suite` do not support directory npm deps.
For the `nodejs_binary` & `nodejs_test` `entry_point` attribute (which often needs to reference a file within
an npm package) you can set the entry_point to a dict with a single entry, where the key corresponds to the directory
label and the value corresponds to the path within that directory to the entry point, e.g.
Expand Down
1 change: 0 additions & 1 deletion packages/index.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
NPM_PACKAGES = ["@bazel/%s" % pkg for pkg in [
"create",
"jasmine",
"protractor",
"rollup",
"runfiles",
"terser",
Expand Down
Loading

0 comments on commit f3cadbb

Please sign in to comment.