Skip to content

Commit

Permalink
Update trial #1
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyEPhipps committed Sep 27, 2023
1 parent 5b82438 commit 40a28c6
Show file tree
Hide file tree
Showing 53 changed files with 155 additions and 48 deletions.
15 changes: 15 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
const { defineConfig } = require('cypress')

module.exports = defineConfig({
chromeWebSecurity: false,
viewportWidth: 1000,
viewportHeight: 1000,
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config)
},
baseUrl: 'http://localhost:6060',
},
})
6 changes: 0 additions & 6 deletions cypress.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"cypress": "^8.3.0",
"cypress": "13.2.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.27.5",
Expand Down
Loading

0 comments on commit 40a28c6

Please sign in to comment.