cypress-saveLogAndFilter: post logine api done.

This commit is contained in:
chiayin
2023-05-04 14:56:45 +08:00
parent 162af24a2a
commit 739718f3d5
4 changed files with 103 additions and 2 deletions

View File

@@ -6,3 +6,18 @@ 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
// }