Skip to content

Commit 723cad5

Browse files
committed
test: add compiled stylesheets to web-test-runner to accomplish better UI/a11y tests
1 parent 1fe6a75 commit 723cad5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

web-test-runner.config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ export default {
1212
],
1313
testRunnerHtml: testFramework =>
1414
`<html>
15+
<head>
16+
<link rel="stylesheet" href="/packages/uui-css/dist/custom-properties.css">
17+
<link rel="stylesheet" href="/packages/uui-css/dist/uui-font.css">
18+
<link rel="stylesheet" href="/packages/uui-css/dist/uui-text.css">
19+
<link rel="stylesheet" href="/packages/uui-css/dist/uui-css.css">
20+
</head>
1521
<body>
1622
<script type="module" src="${testFramework}"></script>
1723
<script type="module">

0 commit comments

Comments
 (0)