cypress login test pass
This commit is contained in:
@@ -4,6 +4,6 @@ const { defineConfig } = require("cypress");
|
||||
module.exports = defineConfig({
|
||||
e2e: {
|
||||
specPattern: "cypress/e2e/**/*.{cy,spec}.{js,jsx,ts,tsx}",
|
||||
baseUrl: "http://localhost:4173",
|
||||
baseUrl: '',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user