How to set image threshold in Visual regression in Cypress?

How to set image threshold in Visual regression in Cypress?

Hello NoahSmith,

Please use the capabilities below:

"smart_ui": {
      "project": "<Your Project Name>" // Add your Smart UI Project Name here
      "options": {
        "largeImageThreshold": 100 // The image threshold for comparison the min of 100 and max of 1200
      }
    }