feat(*): upgrade cypress

This commit is contained in:
thomas
2025-01-27 21:07:25 +01:00
parent f3be3eedff
commit 5be923c256
18 changed files with 75 additions and 120 deletions

View File

@@ -85,6 +85,15 @@
"coverage": true
}
}
},
"component-test": {
"executor": "@nx/cypress:cypress",
"options": {
"cypressConfig": "apps/testing/20-modal/cypress.config.ts",
"testingType": "component",
"skipServe": true,
"devServerTarget": "testing-modal:build"
}
}
}
}