This commit is contained in:
2024-08-13 16:46:44 -04:00
commit 8cb37c6011
418 changed files with 69567 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
/// <reference types="cypress" />
describe('example to-do app', () => {
beforeEach(() => {
cy.visit('http://localhost:5173')
})
it('Test Name', () => {
cy.get('.nav').contains('HERDE')
})
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.