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 c6fdc33 commit e0fcc1fCopy full SHA for e0fcc1f
src/tools/sdk-utils/common/constants.ts
@@ -14,7 +14,7 @@ export const PERCY_REPLACE_REGEX =
14
/MANDATORY: Aggressive, Exhaustive Percy Snapshot Integration[\s\S]*?Iteratively update every relevant test file in the directory and all subdirectories, adding Percy integration to each, one file at a time, until all are complete\./;
15
16
export const PERCY_SNAPSHOT_INSTRUCTION = `
17
-Call listTestFiles() to store all test files in memory and get the UUID ---STEP---
+Invoke listTestFiles() with the provided directories from user to gather all test files in memory and obtain the generated UUID ---STEP---
18
Process files in STRICT sequential order using tool addPercySnapshotCommands() with below instructions as param:
19
- Start with index 0
20
- Then index 1
0 commit comments