test(web-app): add cypress for unit test
This commit is contained in:
11
web-app/tests/support/e2e.ts
Normal file
11
web-app/tests/support/e2e.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
// Import cypress commands
|
||||
import "./commands";
|
||||
|
||||
// Add Cypress types
|
||||
declare global {
|
||||
namespace Cypress {
|
||||
interface Chainable {
|
||||
// Add custom commands here if needed
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user