test: course creation flow
This commit is contained in:
@@ -1,12 +1,18 @@
|
||||
const { defineConfig } = require("cypress");
|
||||
|
||||
module.exports = defineConfig({
|
||||
projectId: "",
|
||||
projectId: "vandxn",
|
||||
adminPassword: "admin",
|
||||
testUser: "ash@ipp.com",
|
||||
defaultCommandTimeout: 20000,
|
||||
pageLoadTimeout: 15000,
|
||||
video: true,
|
||||
videoUploadOnPasses: false,
|
||||
retries: {
|
||||
runMode: 2,
|
||||
openMode: 0,
|
||||
},
|
||||
e2e: {},
|
||||
e2e: {
|
||||
baseUrl: "http://test_site_ui:8000",
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user