Cypress: filterFunnel - Ttmeframes testing done.

This commit is contained in:
chiayin
2023-06-08 16:38:57 +08:00
parent 34f64784a8
commit 6b3251e9eb
3 changed files with 86 additions and 39 deletions

View File

@@ -3,6 +3,8 @@ const { defineConfig } = require("cypress");
module.exports = defineConfig({
defaultCommandTimeout: 6000,
viewportWidth: 1280,
viewportHeight:720,
e2e: {
specPattern: "cypress/e2e/**/*.{cy,spec}.{js,jsx,ts,tsx}",
},