add cypress default files
This commit is contained in:
parent
5057487b0f
commit
ab7368a886
5 changed files with 61 additions and 0 deletions
5
cypress/e2e/user.cy.js
Normal file
5
cypress/e2e/user.cy.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
describe('template spec', () => {
|
||||
it('passes', () => {
|
||||
cy.visit('https://example.cypress.io')
|
||||
})
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue