load("@aspect_rules_js//js:defs.bzl", "js_test") js_test( name = "storybook_test", entry_point = "storybook_test.js", data = [ "//design_system:design_system_server", "//hg-web/e2e:node_modules/playwright-core", "@playwright_chromium_linux//:chrome", "@playwright_chromium_linux//:chromium", ], env = { "CHROMIUM_PATH": "$(rootpath @playwright_chromium_linux//:chrome)", }, no_copy_to_bin = ["@playwright_chromium_linux//:chromium"], size = "large", target_compatible_with = [ "@platforms//cpu:x86_64", "@platforms//os:linux", ], timeout = "long", )