mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-22 17:20:33 +03:00
test: add e2e tests
This commit is contained in:
+28
-24
@@ -46,66 +46,70 @@
|
||||
"lint": "eslint src test",
|
||||
"prerelease": "npm run build",
|
||||
"release": "npm publish",
|
||||
"test": "yarn test:unit && yarn test:e2e",
|
||||
"test:e2e": "jest test/e2e",
|
||||
"test:unit": "jest test/unit",
|
||||
"toc": "doctoc README.md --title '# Table of Contents'",
|
||||
"update-cdn": "babel-node scripts/update-cdn.js",
|
||||
"preversion": "npm run toc",
|
||||
"postversion": "npm run update-cdn && git add . && git commit -m \":ship: CDN update\""
|
||||
"test": "yarn test:unit && yarn test:e2e-ssr && yarn test:e2e-browser",
|
||||
"test:e2e-ssr": "jest test/e2e/ssr",
|
||||
"test:e2e-browser": "jest test/e2e/browser",
|
||||
"test:unit": "jest test/unit"
|
||||
},
|
||||
"dependencies": {
|
||||
"deepmerge": "^3.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.2.3",
|
||||
"@babel/core": "^7.3.4",
|
||||
"@babel/core": "^7.4.0",
|
||||
"@babel/node": "^7.2.2",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
||||
"@babel/preset-env": "^7.3.4",
|
||||
"@babel/preset-env": "^7.4.2",
|
||||
"@nuxt/babel-preset-app": "^2.4.5",
|
||||
"@nuxtjs/eslint-config": "^0.0.1",
|
||||
"@vue/server-test-utils": "^1.0.0-beta.29",
|
||||
"@vue/test-utils": "^1.0.0-beta.29",
|
||||
"babel-core": "^7.0.0-bridge",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"babel-jest": "^24.4.0",
|
||||
"babel-jest": "^24.5.0",
|
||||
"babel-loader": "^8.0.5",
|
||||
"babel-plugin-dynamic-import-node": "^2.2.0",
|
||||
"browserstack-local": "^1.3.7",
|
||||
"chromedriver": "^2.46.0",
|
||||
"codecov": "^3.2.0",
|
||||
"doctoc": "^1.4.0",
|
||||
"eslint": "^5.15.1",
|
||||
"eslint": "^5.15.3",
|
||||
"eslint-config-standard": "^12.0.0",
|
||||
"eslint-plugin-import": "^2.16.0",
|
||||
"eslint-plugin-jest": "^22.3.0",
|
||||
"eslint-plugin-jest": "^22.4.1",
|
||||
"eslint-plugin-node": "^8.0.1",
|
||||
"eslint-plugin-promise": "^4.0.1",
|
||||
"eslint-plugin-standard": "^4.0.0",
|
||||
"eslint-plugin-vue": "^5.2.2",
|
||||
"esm": "^3.2.14",
|
||||
"esm": "^3.2.18",
|
||||
"fs-extra": "^7.0.1",
|
||||
"geckodriver": "^1.16.0",
|
||||
"is-wsl": "^1.1.0",
|
||||
"jest": "^24.4.0",
|
||||
"jest-environment-jsdom": "^24.4.0",
|
||||
"jest-environment-jsdom-global": "^1.1.1",
|
||||
"jest": "^24.5.0",
|
||||
"jest-environment-jsdom": "^24.5.0",
|
||||
"jest-environment-jsdom-global": "^1.2.0",
|
||||
"jsdom": "^14.0.0",
|
||||
"lodash": "^4.17.11",
|
||||
"node-env-file": "^0.1.8",
|
||||
"puppeteer-core": "^1.13.0",
|
||||
"rimraf": "^2.6.3",
|
||||
"rollup": "^1.6.0",
|
||||
"rollup": "^1.7.0",
|
||||
"rollup-plugin-buble": "^0.19.6",
|
||||
"rollup-plugin-commonjs": "^9.2.1",
|
||||
"rollup-plugin-json": "^3.1.0",
|
||||
"rollup-plugin-json": "^4.0.0",
|
||||
"rollup-plugin-node-resolve": "^4.0.1",
|
||||
"rollup-plugin-replace": "^2.1.0",
|
||||
"rollup-plugin-replace": "^2.1.1",
|
||||
"rollup-plugin-terser": "^4.0.4",
|
||||
"update-section": "^0.3.3",
|
||||
"vue": "^2.6.8",
|
||||
"selenium-webdriver": "^4.0.0-alpha.1",
|
||||
"standard-version": "^5.0.2",
|
||||
"tib": "^0.3.0",
|
||||
"vue": "^2.6.10",
|
||||
"vue-jest": "^3.0.4",
|
||||
"vue-loader": "^15.7.0",
|
||||
"vue-router": "^3.0.2",
|
||||
"vue-server-renderer": "^2.6.8",
|
||||
"vue-template-compiler": "^2.6.8",
|
||||
"vue-server-renderer": "^2.6.10",
|
||||
"vue-template-compiler": "^2.6.10",
|
||||
"vuepress": "^0.14.10",
|
||||
"vuepress-theme-vue": "^1.1.0",
|
||||
"webpack": "^4.29.6"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user