Files
zy-client-a/a12_au_post_aupost/cypress/e2e/example.cy.ts
telangpu 4ef6bfcdba update
2026-05-10 23:25:27 +08:00

9 lines
191 B
TypeScript

// https://docs.cypress.io/api/introduction/api.html
describe('My First Test', () => {
it('visits the app root url', () => {
cy.visit('/')
cy.contains('h1', 'You did it!')
})
})