Skip to content

Commit

Permalink
Merge branch 'main' into bugfix/cypress-wait-for-dashboards-ready
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Wei <[email protected]>
  • Loading branch information
mengweieric authored Jan 30, 2024
2 parents d54786b + 2ca2c75 commit 4287308
Show file tree
Hide file tree
Showing 464 changed files with 43,536 additions and 28,893 deletions.
18 changes: 0 additions & 18 deletions .babelrc

This file was deleted.

16 changes: 16 additions & 0 deletions .cypress/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module.exports = {
root: true,
extends: ['plugin:cypress/recommended'],
env: {
'cypress/globals': true,
},
plugins: ['cypress'],
rules: {
// Add cypress specific rules here
'cypress/no-assigning-return-values': 'error',
'cypress/no-unnecessary-waiting': 'error',
'cypress/assertion-before-screenshot': 'warn',
'cypress/no-force': 'warn',
'cypress/no-async-tests': 'error',
},
};
Loading

0 comments on commit 4287308

Please sign in to comment.