You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Set up and run automated web-based tests on BrowserStack using the BrowserStack SDK. Use this tool for functional or integration test setup on BrowserStack only. For any visual testing or Percy integration, use the dedicated Percy setup tool. Example prompts: run this test on browserstack; set up this project for browserstack.";
9
9
10
10
exportconstSIMULATE_PERCY_CHANGE_DESCRIPTION=
11
-
"This tool helps new users simulate a Percy visual change by guiding them to make a visible UI modification, rerun Percy, and verify that the change is detected.";
11
+
"This tool helps new users simulate a Percy visual change by guiding them to make a visible UI modification, rerun Percy, and verify that the change is detected. Only Percy web is supported";
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:
18
+
Process files in STRICT sequential order using tool addPercySnapshotCommands() with below instructions:
19
19
- Start with index 0
20
20
- Then index 1
21
21
- Then index 2
@@ -78,6 +78,8 @@ STEP 4: Run a second Percy build.
78
78
79
79
STEP 5: Compare the two Percy builds to see the detected visual difference.
80
80
81
+
STEP 6: Now ask user if they want to setup percy for full project coverage? If yes, call the tool "setupPercyVisualTesting" tool to enable complete coverage for the entire project.
82
+
81
83
CONSTRAINTS:
82
84
- Do NOT run any builds until explicitly instructed in the steps.
83
85
- Do NOT add new snapshot names—only use existing ones.
0 commit comments