-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ABS RAKIB
committed
May 11, 2024
1 parent
d1b589a
commit c62f684
Showing
5 changed files
with
4,586 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
}, | ||
}, | ||
}); |
Binary file added
BIN
+41.1 KB
...ts/logout_user.cy.js/Logout User -- should login and logout a user (failed).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+38.9 KB
...ster User with existing email -- Register User with existing email (failed).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.