install cypress
This commit is contained in:
parent
6cf93426eb
commit
00d66b5347
5 changed files with 64 additions and 0 deletions
6
cypress/e2e/spec.cy.js
Normal file
6
cypress/e2e/spec.cy.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
describe('My First Test', () => {
|
||||
it('Visits the Kitchen Sink', () => {
|
||||
cy.visit('https://example.cypress.io')
|
||||
cy.contains('type').click()
|
||||
})
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue