baseUrl in env and fix success user

This commit is contained in:
chiayin
2023-02-04 11:35:26 +08:00
parent e3bd32383e
commit 9dc25b9b99
3 changed files with 11 additions and 5 deletions

View File

@@ -4,6 +4,5 @@ const { defineConfig } = require("cypress");
module.exports = defineConfig({
e2e: {
specPattern: "cypress/e2e/**/*.{cy,spec}.{js,jsx,ts,tsx}",
// baseUrl: "" // 設定方式請看內部文件
},
});