commit | 40793f4a18c4a23d1414654116657323d7ea800c | [log] [tgz] |
---|---|---|
author | Rucha Mahabal <ruchamahabal2@gmail.com> | Tue Jul 13 13:17:19 2021 +0530 |
committer | Rucha Mahabal <ruchamahabal2@gmail.com> | Tue Jul 13 13:17:19 2021 +0530 |
tree | 363a0b99636ae356122f3c48549be067d3d8a376 | |
parent | fc4079587bfc0955a590b1f9419efce17c0c3264 [diff] [blame] |
test: introduce cypress tests Co-authored-by: Ankush <ankush@iwebnotes.com> Co-authored-by: Nabin Hait <nabinhait@gmail.com>
diff --git a/cypress/tsconfig.json b/cypress/tsconfig.json new file mode 100644 index 0000000..d90ebf6 --- /dev/null +++ b/cypress/tsconfig.json
@@ -0,0 +1,12 @@ +{ + "compilerOptions": { + "allowJs": true, + "baseUrl": "../node_modules", + "types": [ + "cypress" + ] + }, + "include": [ + "**/*.*" + ] +} \ No newline at end of file