Skip to content

Commit

Permalink
contact page test
Browse files Browse the repository at this point in the history
  • Loading branch information
ABS RAKIB committed May 11, 2024
1 parent d1b589a commit c62f684
Show file tree
Hide file tree
Showing 5 changed files with 4,586 additions and 25 deletions.
11 changes: 8 additions & 3 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
const {defineConfig} = require("cypress");

module.exports = defineConfig({
projectId: '5r89t6',
e2e: {
env: {
codeCoverage: {
url: 'http://localhost:3000/__coverage__',
},
}, projectId: '5r89t6', e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here

require('@cypress/code-coverage/task')(on, config)
on('file:preprocessor', require('@cypress/code-coverage/use-babelrc'))
return config
},
},
});
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c62f684

Please sign in to comment.