Skip to content

Commit cb27463

Browse files
authored
v22.04.04 (#50)
* Fixes #28 and #27 * Update cypress * Bump version
1 parent 5497014 commit cb27463

32 files changed

Lines changed: 5081 additions & 22585 deletions

cypress.config.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
const { defineConfig } = require('cypress')
2+
3+
module.exports = defineConfig({
4+
fixturesFolder: 'tests/e2e/fixtures',
5+
screenshotsFolder: 'tests/e2e/screenshots',
6+
videosFolder: 'tests/e2e/videos',
7+
e2e: {
8+
specPattern: 'tests/e2e/specs/**/*.cy.{js,jsx,ts,tsx}',
9+
supportFile: 'tests/e2e/support/index.js',
10+
},
11+
})

cypress.json

Lines changed: 0 additions & 3 deletions
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.

0 commit comments

Comments
 (0)