https://cypress.io logo
here is config file const { defineConfig } = requ...
# e2e-testing
t
here is config file const { defineConfig } = require("cypress"); module.exports = defineConfig({ chromeWebSecurity: false, e2e: { setupNodeEvents(on, config) { // implement node event listeners here }, "viewportWidth":1980, "viewportHeight":1020, "screenshotsFolder": "mochawesome-report/assets", "videosFolder": "mochawesome-report/assets", baseUrl: 'http://power-inspiration-1088-dev-ed.scratch.my.site.com/ebikes', }, });
25 Views