UNPKG
gdyfe-cli
Version:
latest (0.4.9)
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.3.16
0.3.15
0.3.14
0.3.12
0.3.10
0.3.9
0.3.7
0.3.6
0.3.5
Guangdianyun frontend devlopment tools
github.com/corcd/gdyfe-cli
corcd/gdyfe-cli
gdyfe-cli
/
templates
/
gdy_base_framework
/
tests
/
e2e
/
specs
/
test.js
9 lines
(7 loc)
•
210 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/
/ 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"
); }); });