Public API surface is re-exported here.

Rules

cypress_repository

name

A unique name for this repository.

cypress_bin

bazel target of the cypress binary

fail_on_error

If the repository rule should allow errors

quiet

If stdout and stderr should be printed to the terminal

repo_mapping

A dictionary from local repository name to global repository name. This allows controls over workspace dependency resolution for dependencies of this repository.

For example, an entry "@foo": "@bar" declares that, for any time this repository depends on @foo (such as a dependency on @foo//some:target, it should actually resolve that dependency within globally-declared @bar (@bar//some:target).