cypress-saveLogAndFilter: select Activity & checked all event done.

This commit is contained in:
chiayin
2023-05-04 18:01:28 +08:00
parent 739718f3d5
commit 7daac78bea
7 changed files with 31 additions and 57 deletions

View File

@@ -6,18 +6,3 @@ module.exports = defineConfig({
specPattern: "cypress/e2e/**/*.{cy,spec}.{js,jsx,ts,tsx}",
},
});
// {
// "video": false,
// "env": {
// "DISPLAY": ":99"
// },
// "chromeWebSecurity": false,
// "viewportHeight": 1080,
// "viewportWidth": 1920,
// "numTestsKeptInMemory": 10,
// "browser": "chrome",
// "headless": true,
// "includeShadowDom": true,
// "watchForFileChanges": true
// }