Cypress_TS/CY_Auta_TS/automaty/cypress.config.js

10 lines
182 B
JavaScript
Raw Normal View History

2023-08-15 16:35:50 +00:00
const { defineConfig } = require("cypress");
module.exports = defineConfig({
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
});