add Cypress
This commit is contained in:
6
cypress/e2e/spec.cy.ts
Normal file
6
cypress/e2e/spec.cy.ts
Normal file
@ -0,0 +1,6 @@
|
||||
describe('My First Test', () => {
|
||||
it('Visits the initial project page', () => {
|
||||
cy.visit('/')
|
||||
cy.contains('app is running')
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user