Cypress unit testing
This commit is contained in:
parent
4bcacd4d7c
commit
39e83c0963
9 changed files with 2413 additions and 32 deletions
7
cypress.config.js
Normal file
7
cypress.config.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
const { defineConfig } = require("cypress");
|
||||
|
||||
module.exports = defineConfig({
|
||||
e2e: {
|
||||
baseUrl: "http://localhost:3000",
|
||||
},
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue