feat(ui): switch to webkit for storybook tests

This commit is contained in:
Brian McGee
2025-09-29 15:53:03 +01:00
parent 1465b18820
commit 9cc85b36c6
5 changed files with 37 additions and 14 deletions

View File

@@ -40,7 +40,14 @@ export default mergeConfig(
enabled: true,
headless: true,
provider: "playwright",
instances: [{ browser: "chromium" }],
instances: [
{
browser: "webkit",
launch: {
executablePath: process.env.PLAYWRIGHT_WEBKIT_EXECUTABLE,
},
},
],
},
// This setup file applies Storybook project annotations for Vitest
// More info at: https://storybook.js.org/docs/api/portable-stories/portable-stories-vitest#setprojectannotations