We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42831ed commit 457a8c7Copy full SHA for 457a8c7
tests/acme-bank.spec.ts
@@ -45,7 +45,7 @@ test.beforeAll(async() => {
45
// Create a new batch for tests.
46
// A batch is the collection of visual checkpoints for a test suite.
47
// Batches are displayed in the Eyes Test Manager, so use meaningful names.
48
- const runnerName = (USE_ULTRAFAST_GRID) ? 'Ultrafast Grid' : 'Classic runner'
+ const runnerName = (USE_ULTRAFAST_GRID) ? 'Ultrafast Grid' : 'Classic runner';
49
Batch = new BatchInfo({name: `Example: Playwright TypeScript with the ${runnerName}`});
50
51
// Create a configuration for Applitools Eyes.
0 commit comments