Skip to content

Commit

Permalink
Add project config to cypress.config.js
Browse files Browse the repository at this point in the history
So dependabot tests don’t fail
  • Loading branch information
weotch committed Dec 11, 2023
1 parent 240137f commit c8184ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const { defineConfig } = require("cypress");

module.exports = defineConfig({
projectId: 'b4x3of',
e2e: {

// Assume local testing
Expand Down

0 comments on commit c8184ba

Please sign in to comment.