Skip to content

Commit 4822c53

Browse files
committed
migrate to cypress 10
1 parent 50225db commit 4822c53

21 files changed

Lines changed: 18 additions & 9 deletions

cypress.config.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
const { defineConfig } = require( 'cypress' );
2+
3+
module.exports = defineConfig( {
4+
video: false,
5+
screenshotOnRunFailure: false,
6+
retries: {
7+
runMode: 2,
8+
openMode: 0,
9+
},
10+
e2e: {
11+
// We've imported your old cypress plugins here.
12+
// You may want to clean this up later by importing these.
13+
setupNodeEvents( on, config ) {
14+
return require( './cypress/plugins/index.js' )( on, config );
15+
},
16+
baseUrl: 'http://localhost:8889',
17+
},
18+
} );

cypress.json

Lines changed: 0 additions & 9 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

cypress/integration/column/column-filters-bootstrap-v5.spec.js renamed to cypress/e2e/column/column-filters-bootstrap-v5.cy.js

File renamed without changes.
File renamed without changes.
File renamed without changes.

cypress/integration/container/container-bootstrap-v5.spec.js renamed to cypress/e2e/container/container-bootstrap-v5.cy.js

File renamed without changes.

0 commit comments

Comments
 (0)