Skip to content

Commit

Permalink
Merge pull request #3 from dingraham/cypress-upgrade
Browse files Browse the repository at this point in the history
Cypress Upgrade
  • Loading branch information
dingraham authored Jan 11, 2025
2 parents 0df2c3c + d10ace1 commit d6b1a7b
Show file tree
Hide file tree
Showing 5 changed files with 168 additions and 227 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Dependency directories
node_modules/
.DS_Store
.dist/
.dist/
cypress/screenshots
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = defineConfig({
// implement node event listeners here
},
},
env:{
env: {
theme: "dark", // [dark/light/colorblind]
API_NINJA_API_KEY: "no8IA/8VjG09kcDmXVBiAA==zbtNeVLImXzUbJHQ",
},
Expand Down
Loading

0 comments on commit d6b1a7b

Please sign in to comment.