Skip to content

Commit e8f234d

Browse files
committed
adding SDK to batch name for tracking
1 parent 87cc0eb commit e8f234d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extra-examples/layout-example.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ test.beforeAll(async() => {
99

1010
// Configure Applitools SDK to run on the Ultrafast Grid
1111
Runner = new VisualGridRunner({ testConcurrency: 5 });
12-
Batch = new BatchInfo({name: `Applitools Quickstart`});
12+
Batch = new BatchInfo({name: `Playwright Typescript Quickstart`});
1313

1414
Config = new Configuration();
1515
Config.setBatch(Batch);

tests/acme-bank.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ test.beforeAll(async() => {
99

1010
// Configure Applitools SDK to run on the Ultrafast Grid
1111
Runner = new VisualGridRunner({ testConcurrency: 5 });
12-
Batch = new BatchInfo({name: `Applitools Quickstart`});
12+
Batch = new BatchInfo({name: `Playwright Typescript Quickstart`});
1313

1414
Config = new Configuration();
1515
Config.setBatch(Batch);

0 commit comments

Comments
 (0)