Initial commit

This commit is contained in:
2025-10-13 16:22:46 +01:00
commit c28f12d077
26 changed files with 10277 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
describe('My First Test', () => {
it('Visits the app root url', () => {
cy.visit('/')
cy.contains('#container', 'Ready to create an app?')
})
})