Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .bazelignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
target/
node_modules/
examples/
gen/
11 changes: 0 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,8 @@ updates:
schedule:
interval: "weekly"

- package-ecosystem: "bazel"
directory: "/examples/workspace"
schedule:
interval: "weekly"

- package-ecosystem: "npm"
directory: "/examples/rules_js"
schedule:
interval: "weekly"
open-pull-requests-limit: 10

- package-ecosystem: "npm"
directory: "/examples/workspace"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ bazel-*
.ijwb/
node_modules
out/
# Added by cargo

/target
MODULE.bazel.lock
6 changes: 0 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ pre-commit install

Otherwise later tooling on CI will yell at you about formatting/linting violations.

## Updating BUILD files

Some targets are generated from sources.
Currently this is just the `bzl_library` targets.
Run `bazel run //:gazelle` to keep them up-to-date.

## Using this as a development dependency of other rules

You'll commonly find that you develop in another WORKSPACE, such as
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ Bazel rules for downloading and using Playwright browsers. These rules provide a

`rules_playwright` provides Bazel targets for downloading Playwright browser binaries for use in your Bazel builds. It handles platform-specific downloads and configuration, making it easier to integrate browser-based testing into your Bazel workspace.

## Documentation

For detailed information on the rules and how to use them, see:

- [Module extension](docs/extensions.md)
- [Repository rule](docs/repositories.md)
- [Generating an integrity map](docs/integrity_map.md)

## Setup

Add the following to your `MODULE.bazel` file:
Expand Down
109 changes: 0 additions & 109 deletions docs/starlark_no_rust_spike.md

This file was deleted.

Empty file.
65 changes: 0 additions & 65 deletions playwright/private/cli/src/test/browsers.json

This file was deleted.

18 changes: 0 additions & 18 deletions renovate.json

This file was deleted.

Empty file removed tools/BUILD.bazel
Empty file.
56 changes: 0 additions & 56 deletions tools/config_setting/BUILD.bazel

This file was deleted.

Loading