initial with test
This commit is contained in:
6
cypress/e2e/smoke.cy.js
Normal file
6
cypress/e2e/smoke.cy.js
Normal file
@ -0,0 +1,6 @@
|
||||
describe('Smoke Test', () => {
|
||||
it('can view the home page', () => {
|
||||
cy.visit('/');
|
||||
cy.contains('Learn React');
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user