Skip to content

Commit

Permalink
Disable e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wginolas committed Jan 15, 2025
1 parent 82a560f commit 356bedb
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions e2etests/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,26 @@ js_binary(
],
)

js_test(
name = "playwright-test",
entry_point = "playwright-test.mjs",
include_npm = True,
env = {
#"BROWSERS_PATH": "@(location :cache-ms-playwright)",
"BROWSERS_PATH": "@(location playwright-test.mjs)",
},
expand_env = True,
data =
glob(["tests/**/*.spec.js"]) + [
"playwright.config.cjs",
":node_modules/playwright",
":node_modules/@playwright/test",
":node_modules/testcontainers",
":cache-ms-playwright",
"//docker:image-tarball",
],
)
# Disabled, since we do not plan to use the fork together with the OO documentserver right now
# js_test(
# name = "playwright-test",
# entry_point = "playwright-test.mjs",
# include_npm = True,
# env = {
# #"BROWSERS_PATH": "@(location :cache-ms-playwright)",
# "BROWSERS_PATH": "@(location playwright-test.mjs)",
# },
# expand_env = True,
# data =
# glob(["tests/**/*.spec.js"]) + [
# "playwright.config.cjs",
# ":node_modules/playwright",
# ":node_modules/@playwright/test",
# ":node_modules/testcontainers",
# ":cache-ms-playwright",
# "//docker:image-tarball",
# ],
# )

js_run_binary(
name = "cache-ms-playwright",
Expand Down

0 comments on commit 356bedb

Please sign in to comment.