Skip to content

Commit

Permalink
Merge pull request #1154 from mate-academy/node20
Browse files Browse the repository at this point in the history
Node20
  • Loading branch information
mgrinko authored Sep 2, 2024
2 parents 9c9cf2e + fca9241 commit b53e8dc
Show file tree
Hide file tree
Showing 5 changed files with 9,182 additions and 5,985 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
Expand Down
20 changes: 20 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
const { defineConfig } = require('cypress');

module.exports = defineConfig({
e2e: {
baseUrl: 'http://localhost:3000',
supportFile: false,
specPattern: 'cypress/integration/**/*.spec.{js,ts,jsx,tsx}',
},
video: true,
viewportHeight: 1920,
viewportWidth: 1080,
screenshotOnRunFailure: true,
reporter: 'mochawesome',
reporterOptions: {
reportDir: 'raw_reports',
overwrite: false,
html: false,
json: true,
},
});
16 changes: 0 additions & 16 deletions cypress.json

This file was deleted.

Loading

0 comments on commit b53e8dc

Please sign in to comment.