mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-14 07:47:29 +08:00
Moving node and pins information to Configuration
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
const { defineConfig } = require("cypress");
|
||||
const { defineConfig } = require("cypress")
|
||||
|
||||
module.exports = defineConfig({
|
||||
e2e: {
|
||||
setupNodeEvents(on, config) {
|
||||
// implement node event listeners here
|
||||
},
|
||||
experimentalRunAllSpecs: true,
|
||||
},
|
||||
experimentalStudio: true,
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user