Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions recipes/react-html5-input/cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
const { defineConfig } = require('cypress')

module.exports = defineConfig({
projectId: 'cxmvos',
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:3000',
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
},
})
4 changes: 0 additions & 4 deletions recipes/react-html5-input/cypress.json

This file was deleted.

13,054 changes: 12,564 additions & 490 deletions recipes/react-html5-input/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion recipes/react-html5-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"cypress": "^6.2.1",
"cypress": "^10.8.0",
"cypress-file-upload": "^4.0.0",
"eslint": "^5.13.0",
"eslint-config-airbnb": "^17.1.0",
Expand Down