Skip to content

Commit

Permalink
e2e test passed
Browse files Browse the repository at this point in the history
  • Loading branch information
solmanter committed Dec 13, 2023
1 parent 9c73511 commit 87ac28d
Showing 3 changed files with 38 additions and 38 deletions.
8 changes: 4 additions & 4 deletions cypress/e2e/basic.spec.ts
Original file line number Diff line number Diff line change
@@ -10,14 +10,11 @@ context('Basic', () => {
cy.contains('[Home Layout]')
.should('exist')

cy.get('#input')
cy.get('#van-field-1-input')
.type('Vitesse{Enter}')
.url()
.should('eq', 'http://localhost:3333/hi/Vitesse')

cy.contains('[Default Layout]')
.should('exist')

cy.get('[btn]')
.click()
.url()
@@ -30,6 +27,9 @@ context('Basic', () => {
.url()
.should('eq', 'http://localhost:3333/about')

cy.contains('[Default Layout]')
.should('exist')

cy.get('.shiki')
.should('exist')
})
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -17,32 +17,32 @@
"sizecheck": "npx vite-bundle-visualizer"
},
"dependencies": {
"@unhead/vue": "^1.8.8",
"@unhead/vue": "^1.8.9",
"@unocss/reset": "^0.58.0",
"@vueuse/core": "^10.6.1",
"@vueuse/core": "^10.7.0",
"@vueuse/head": "^2.0.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"vant": "^4.8.0",
"vue": "^3.3.10",
"vue": "^3.3.11",
"vue-demi": "^0.14.6",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@antfu/eslint-config": "^2.3.1",
"@iconify-json/carbon": "^1.1.24",
"@intlify/unplugin-vue-i18n": "^1.5.0",
"@antfu/eslint-config": "^2.4.5",
"@iconify-json/carbon": "^1.1.26",
"@intlify/unplugin-vue-i18n": "^1.6.0",
"@types/markdown-it-link-attributes": "^3.0.4",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-config": "^0.58.0",
"@vant/auto-import-resolver": "^1.0.2",
"@vitejs/plugin-vue": "^4.5.1",
"@vitejs/plugin-vue": "^4.5.2",
"@vue-macros/volar": "^0.17.4",
"@vue/test-utils": "^2.4.3",
"critters": "^0.0.20",
"cross-env": "^7.0.3",
"cypress": "^13.6.0",
"cypress": "^13.6.1",
"cypress-vite": "^1.5.0",
"eslint": "^8.55.0",
"eslint-plugin-cypress": "^2.15.1",
@@ -51,29 +51,29 @@
"lint-staged": "^15.2.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-shikiji": "^0.7.6",
"pnpm": "^8.11.0",
"rollup": "^4.6.1",
"pnpm": "^8.12.1",
"rollup": "^4.9.0",
"shikiji": "^0.7.6",
"simple-git-hooks": "^2.9.0",
"taze": "^0.13.0",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"unocss": "^0.58.0",
"unplugin-auto-import": "^0.17.2",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-macros": "^2.7.0",
"unplugin-vue-macros": "^2.7.2",
"unplugin-vue-markdown": "^0.25.2",
"unplugin-vue-router": "^0.7.0",
"vite": "^5.0.5",
"vite": "^5.0.8",
"vite-bundle-visualizer": "^0.11.0",
"vite-plugin-inspect": "^0.8.1",
"vite-plugin-pwa": "^0.17.2",
"vite-plugin-vue-devtools": "^1.0.0-rc.6",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-vue-devtools": "1.0.0-rc.8",
"vite-plugin-vue-layouts": "^0.9.1",
"vite-plugin-webfont-dl": "^3.9.1",
"vite-ssg": "^0.23.5",
"vite-ssg-sitemap": "^0.6.1",
"vitest": "^1.0.0",
"vue-tsc": "^1.8.24"
"vitest": "^1.0.4",
"vue-tsc": "^1.8.25"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
34 changes: 17 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 87ac28d

Please sign in to comment.