test: cypress setup

This commit is contained in:
Jannat Patel
2023-03-29 17:13:51 +05:30
parent de399166f1
commit 065646ed5d
7 changed files with 132 additions and 0 deletions

12
cypress.config.js Normal file
View File

@@ -0,0 +1,12 @@
const { defineConfig } = require("cypress");
module.exports = defineConfig({
projectId: "",
adminPassword: "admin",
testUser: "ash@ipp.com",
retries: {
runMode: 2,
openMode: 0,
},
e2e: {},
});