Skip to content

Commit 258ffbc

Browse files
More descriptive comments for settings vars
1 parent 7f4ef7e commit 258ffbc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/acme-bank.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ import {
1616
Target
1717
} from '@applitools/eyes-playwright';
1818

19-
// Settings
19+
// Settings to control how tests are run.
20+
// These could be set by environment variables or other input mechanisms.
21+
// They are hard-coded here to keep the example project simple.
2022
export const USE_ULTRAFAST_GRID: boolean = true;
2123

2224
// Applitools objects to share for all tests

0 commit comments

Comments
 (0)