cypress login test pass

This commit is contained in:
chiayin
2023-02-02 12:24:50 +08:00
parent 6f40673e22
commit 65755def27
6 changed files with 43 additions and 11 deletions

View File

@@ -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: '',
},
});