test(web-app): add cypress for unit test

This commit is contained in:
fastium
2025-06-08 17:27:08 +02:00
parent 94df7fc910
commit e8fae59467
10 changed files with 2206 additions and 25 deletions

View 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
}
}
}