Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

[DO NOT MERGE] WOrking with Playwright #64314

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
11 changes: 0 additions & 11 deletions client/web-sveltekit/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -162,17 +162,6 @@ compile_app(
visibility = ["//client/web/dist:__pkg__"],
)

playwright_test_bin.playwright_test(
name = "playwright_install",
args = [
"install",
],
local = True,
tags = [
"requires-network",
],
)

PLAYWRIGHT_DEPS = [
"//client/web-sveltekit:node_modules/@playwright/test",
"//client/web-sveltekit:node_modules/playwright",
Expand Down
Loading