How to set transparency in Visual regression in Cypress?

How to set transparency in Visual regression in Cypress?

Hello NoahSmith,

Please refer to the code snippet below:

"smart_ui": {
      "project": "<Your Project Name>" // Add your Smart UI Project Name here
      "options": {
        "transparency": 0.3 // minimum = 0 and maximum = 1 supports upto one decimal such as 0.1 to 0.9
      }
    }