cypress init
显示
- .eslintrc.js 10 个添加, 0 个删除.eslintrc.js
- cypress.json 4 个添加, 0 个删除cypress.json
- cypress/fixtures/example.json 5 个添加, 0 个删除cypress/fixtures/example.json
- cypress/integration/overview/overview.spec.js 85 个添加, 0 个删除cypress/integration/overview/overview.spec.js
- cypress/integration/preview button/preview_button.spec.js 32 个添加, 0 个删除cypress/integration/preview button/preview_button.spec.js
- cypress/plugins/index.js 22 个添加, 0 个删除cypress/plugins/index.js
- cypress/support/commands.js 25 个添加, 0 个删除cypress/support/commands.js
- cypress/support/index.js 20 个添加, 0 个删除cypress/support/index.js
- package-lock.json 977 个添加, 10 个删除package-lock.json
- package.json 2 个添加, 0 个删除package.json
- quasar.extensions.json 13 个添加, 3 个删除quasar.extensions.json
- src/components/ZclAttributeManager.vue 40 个添加, 30 个删除src/components/ZclAttributeManager.vue
cypress.json
0 → 100644
cypress/fixtures/example.json
0 → 100644
cypress/plugins/index.js
0 → 100644
cypress/support/commands.js
0 → 100644
cypress/support/index.js
0 → 100644
此差异已折叠。
... | ... | @@ -25,6 +25,7 @@ |
"test:unit:coverage": "jest --coverage", | ||
"test:unit:watch": "jest --watch", | ||
"test:unit:watchAll": "jest --watchAll", | ||
"test:e2e": "npm run zap-devserver | cross-env E2E_TEST=true start-test \"quasar dev\" http-get://localhost:8080 \"cypress open\"", | ||
"postinstall": "electron-builder install-app-deps && husky install && npm rebuild canvas --update-binary", | ||
"wpzap": "npm run build-spa && npm run build-backend && npm run dist-mac", | ||
"zap": "node src-script/zap-start.js --logToStdout --gen ./test/gen-template/zigbee/gen-templates.json", | ||
... | ... | @@ -121,6 +122,7 @@ |
"@quasar/app": "^2.2.10", | ||
"@quasar/extras": "^1.10.8", | ||
"@quasar/quasar-app-extension-testing": "^1.0.3", | ||
"@quasar/quasar-app-extension-testing-e2e-cypress": "^4.0.0-beta.9", | ||
"@quasar/quasar-app-extension-testing-unit-jest": "^2.2.2", | ||
"@types/bytebuffer": "^5.0.42", | ||
"@types/sqlite3": "^3.1.7", | ||
... | ... |
想要评论请 注册 或 登录