Skip to content

Commit

Permalink
Merge branch 'main' into add-owasp-scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
cshnimble committed May 18, 2023
2 parents fcc8c8e + 0abc454 commit da724e3
Show file tree
Hide file tree
Showing 4 changed files with 1,664 additions and 146 deletions.
19 changes: 19 additions & 0 deletions CypressTests/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"plugins": [
"cypress"
],
"rules": {
"cypress/no-assigning-return-values": "error",
"cypress/no-unnecessary-waiting": "error",
"cypress/assertion-before-screenshot": "error",
"cypress/no-force": "error",
"cypress/no-async-tests": "error",
"cypress/no-pause": "error"
},
"env": {
"cypress/globals": true
},
"extends": [
"plugin:cypress/recommended"
]
}
Loading

0 comments on commit da724e3

Please sign in to comment.