Skip to content
Permalink
2fed42d4ba
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jgiwinski update favicon
Latest commit 7dd4b5d Jan 29, 2024 History
0 contributors

Users who have contributed to this file

9 lines (8 sloc) 182 Bytes
const { defineConfig } = require("cypress");
module.exports = defineConfig({
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
});