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 7f4ef7e commit 258ffbcCopy full SHA for 258ffbc
tests/acme-bank.spec.ts
@@ -16,7 +16,9 @@ import {
16
Target
17
} from '@applitools/eyes-playwright';
18
19
-// Settings
+// 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.
22
export const USE_ULTRAFAST_GRID: boolean = true;
23
24
// Applitools objects to share for all tests
0 commit comments