Skip to content

Commit

Permalink
FIX CYPRESS
Browse files Browse the repository at this point in the history
  • Loading branch information
dobri1408 committed Sep 5, 2022
1 parent 2f94bdc commit bba26d8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 43 deletions.
24 changes: 24 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
const { defineConfig } = require('cypress');

module.exports = defineConfig({
viewportWidth: 1280,
defaultCommandTimeout: 8888,
chromeWebSecurity: false,
reporter: 'junit',
video: true,
retries: {
runMode: 8,
openMode: 0,
},
reporterOptions: {
mochaFile: 'cypress/reports/cypress-[hash].xml',
jenkinsMode: true,
toConsole: true,
},
e2e: {
setupNodeEvents(on, config) {
// e2e testing node events setup code
},
baseUrl: 'http://localhost:3000',
},
});
17 changes: 0 additions & 17 deletions cypress.json

This file was deleted.

26 changes: 0 additions & 26 deletions cypress/plugins/index.js

This file was deleted.

0 comments on commit bba26d8

Please sign in to comment.