Add cypress tests

This commit is contained in:
Sidharth Vinod
2021-05-23 16:29:56 +05:30
parent ba5f5239bd
commit aaaeac26e9
21 changed files with 4203 additions and 139 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"plugins": ["cypress"],
"extends": ["plugin:cypress/recommended"],
"rules": {
"jest/expect-expect": "off"
},
"env": {
"cypress/globals": true
}
}