Skip to content

Commit c475a81

Browse files
committed
chore(eyes): rename to marketing scope
1 parent 6b477df commit c475a81

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/design-system-storybook/applitools.config.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ const isDocker = !!process.env.IS_DOCKER || !!process.env.CI;
99
module.exports = {
1010
concurrency: 5,
1111
showLogs: !!process.env.APPLITOOLS_SHOW_LOGS,
12-
appName: 'Component Library',
13-
batchName: 'Frontend Eyes Tests',
12+
appName: 'Marketing Component Library',
13+
batchName: 'Marketing Eyes Tests',
1414
dontCloseBatches: true,
1515
browser: [
1616
{width: 1200, height: 800, name: 'chrome'},

apps/marketing-storybook/applitools.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
concurrency: 10,
2525
showLogs: !!process.env.APPLITOOLS_SHOW_LOGS,
2626
appName: 'Marketing Storybook',
27-
batchName: 'Frontend Eyes Tests',
27+
batchName: 'Marketing Eyes Tests',
2828
dontCloseBatches: true,
2929
browser: [
3030
{width: 1200, height: 800, name: 'chrome'},

apps/marketing/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default defineConfig<EyesFixture>({
3030
// Runner type: 'ufg' for Ultrafast Grid, 'classic' for Classic runner
3131
type: 'classic',
3232
batch: {
33-
name: 'Frontend Eyes Tests',
33+
name: 'Marketing Eyes Tests',
3434
id: process.env.APPLITOOLS_BATCH_ID,
3535
notifyOnCompletion: false,
3636
},

0 commit comments

Comments
 (0)