cypress E2e login to logout test done

This commit is contained in:
chiayin
2023-02-02 15:37:04 +08:00
parent 65755def27
commit e3bd32383e
6 changed files with 27 additions and 24 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: '',
// baseUrl: "" // 設定方式請看內部文件
},
});