chore: sync local latest state and repository cleanup
This commit is contained in:
@@ -43,10 +43,10 @@
|
||||
"type-check": "vue-tsc --noEmit",
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
||||
"format": "prettier --write src/",
|
||||
"test:e2e": "playwright test",
|
||||
"test:e2e": "cd e2e && npx playwright test --config=playwright.config.ts",
|
||||
"test:e2e:ui": "playwright test --ui",
|
||||
"test:e2e:debug": "playwright test --debug",
|
||||
"test:e2e:report": "playwright show-report e2e-report",
|
||||
"test:e2e:report": "playwright show-report e2e/e2e-report",
|
||||
"test:e2e:install": "playwright install chromium firefox webkit",
|
||||
"test:cypress": "cd h5 && npm run cypress:open",
|
||||
"test:cypress:run": "cd h5 && npm run cypress:run"
|
||||
@@ -58,7 +58,6 @@
|
||||
"axios": "^1.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.58.1",
|
||||
"@types/node": "^20.10.0",
|
||||
"@vitejs/plugin-vue": "^4.5.0",
|
||||
"@vue/eslint-config-prettier": "^8.0.0",
|
||||
|
||||
Reference in New Issue
Block a user