sonar security hotspots
This commit is contained in:
@@ -8,5 +8,8 @@ module.exports = defineConfig({
|
||||
e2e: {
|
||||
specPattern: "cypress/e2e/**/*.{cy,spec}.{js,jsx,ts,tsx}",
|
||||
},
|
||||
includeShadowDom: true
|
||||
includeShadowDom: true,
|
||||
env: {
|
||||
loginPwd: 'REDACTED-PWD',
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user