blob: f551a726adec5f97cb6f4b0e332b9953e92aaa45 [file] [view]
# Protractor rules for Bazel
**WARNING: this is beta-quality software. Breaking changes are likely. Not recommended for production use without expert support.**
The Protractor rules run tests under the Protractor framework with Bazel.
## Installation
Add the `@bazel/protractor` npm package to your `devDependencies` in `package.json`.
Your `WORKSPACE` should declare a `yarn_install` or `npm_install` rule named `npm`.
It should then install the rules found in the npm packages using the `install_bazel_dependencies' function.
See https://github.com/bazelbuild/rules_nodejs/#quickstart
This causes the `@bazel/protractor` package to be installed as a Bazel workspace named `npm_bazel_protractor`.