Disabling App Percy depends on whether you are using BrowserStack SDK or not. Follow the instructions below based on your setup:
For BrowserStack SDK:
- To disable App Percy: Set the percy parameter to false in your YAML configuration file.
- To enable App Percy: Set the percy parameter to true in your YAML configuration file.
For Non-BrowserStack SDK (Percy CLI):
- To disable App Percy: Avoid using the Percy CLI command during your test runs.
- To enable App Percy: Use the Percy CLI command as part of your testing process.