Veracode Flags Hardcoded Test Credentials in Cypress Configuration as Static Password Vulnerability

During a Veracode static security scan of a project using Frappe Bench, Veracode reports a “Static Password” security vulnerability in the Cypress configuration file and some other file of frappe.

The finding points to the following pattern in the Cypress config:

Any one know how i can fix this issue to pass the checks

@revant_one
In line number 226 of test_frappe_client.py again veracode is reporting “Use of Hard-coded Password (CWE ID 259)(21 flaws)”
Theire is about 20 line in core frappe how can i fix and what is the best approach