comparison design_system/test/BUILD @ 251:117c4d53c9a4

[ui] Add HTML-first Web Component system Co-authored-by: Copilot <[email protected]>
author MrJuneJune <me@mrjunejune.com>
date Tue, 04 Aug 2026 09:14:57 -0700
parents
children 2b6e732087ff
comparison
equal deleted inserted replaced
250:745fd127b2a1 251:117c4d53c9a4
1 load("@aspect_rules_js//js:defs.bzl", "js_test")
2
3 js_test(
4 name = "storybook_test",
5 entry_point = "storybook_test.js",
6 data = [
7 "//design_system:design_system_server",
8 "//hg-web/e2e:node_modules/playwright-core",
9 "@playwright_chromium_linux//:chrome",
10 "@playwright_chromium_linux//:chromium",
11 ],
12 env = {
13 "CHROMIUM_PATH": "$(rootpath @playwright_chromium_linux//:chrome)",
14 },
15 no_copy_to_bin = ["@playwright_chromium_linux//:chromium"],
16 size = "large",
17 target_compatible_with = [
18 "@platforms//cpu:x86_64",
19 "@platforms//os:linux",
20 ],
21 timeout = "long",
22 )