mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-11 22:53:44 +08:00
v1.0.4
This commit is contained in:
8
smart-admin-web/tests/e2e/specs/test.js
Normal file
8
smart-admin-web/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