Skip to content

Commit 9302fbc

Browse files
authored
Merge branch 'main' into migrate-jest-to-vitest
2 parents d2eda16 + 9880827 commit 9302fbc

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

applitools.config.cjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
* @type {import('@applitools/eyes-storybook').ApplitoolsConfig}
55
*/
66
const config = {
7+
// Pin the Applitools app explicitly: unset, eyes-storybook falls back to the
8+
// package.json name, putting the story baselines in a different app than the
9+
// Playwright ones.
10+
appName: 'OpenBus',
711
testConcurrency: 20,
812
dontCloseBatches: true,
913
// 'nodiffs': visual diffs don't fail the job (the github integration reports them via a separate

playwright.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ export default defineConfig<EyesFixture>({
4444
serviceWorkers: 'block',
4545

4646
eyesConfig: {
47+
// Pin the Applitools app explicitly: unset, the fixture silently defaults to
48+
// 'My App', which strands every baseline in a shared junk-drawer app.
49+
appName: 'OpenBus',
4750
type: 'ufg',
4851
isDisabled: !process.env.APPLITOOLS_API_KEY,
4952
failTestsOnDiff: false,

0 commit comments

Comments
 (0)