baseUrl in env and fix success user
This commit is contained in:
@@ -4,6 +4,5 @@ const { defineConfig } = require("cypress");
|
||||
module.exports = defineConfig({
|
||||
e2e: {
|
||||
specPattern: "cypress/e2e/**/*.{cy,spec}.{js,jsx,ts,tsx}",
|
||||
// baseUrl: "" // 設定方式請看內部文件
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user