Install Vue project with VueCLI
This commit is contained in:
8
tests/e2e/specs/test.js
Normal file
8
tests/e2e/specs/test.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// https://docs.cypress.io/api/introduction/api.html
|
||||
|
||||
describe('My First Test', () => {
|
||||
it('Visits the app root url', () => {
|
||||
cy.visit('/');
|
||||
cy.contains('h1', 'Welcome to Your Vue.js App');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user