test: add cypress sample code
This commit is contained in:
6
frontend/cypress/e2e/demo.cy.ts
Normal file
6
frontend/cypress/e2e/demo.cy.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
describe('My Todo Website Test', () => {
|
||||
it('Should load my website "/" and contain title "My Todos"', () => {
|
||||
cy.visit('/')
|
||||
cy.contains('My Todos')
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user