2020-04-02 13:41:06 +00:00
|
|
|
{
|
2020-04-30 17:01:42 +00:00
|
|
|
"name": "@woocommerce/e2e-environment",
|
2020-05-13 18:18:00 +00:00
|
|
|
"version": "0.1.5",
|
2020-04-02 13:41:06 +00:00
|
|
|
"description": "WooCommerce End to End Testing Environment Configuration.",
|
|
|
|
"author": "Automattic",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"keywords": [
|
|
|
|
"wordpress",
|
|
|
|
"woocommerce",
|
|
|
|
"e2e",
|
|
|
|
"puppeteer"
|
|
|
|
],
|
2020-04-30 17:01:42 +00:00
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/master/tests/e2e/env/README.md",
|
2020-04-02 13:41:06 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-04-07 08:43:11 +00:00
|
|
|
"url": "https://github.com/woocommerce/woocommerce.git"
|
2020-04-02 13:41:06 +00:00
|
|
|
},
|
|
|
|
"bugs": {
|
2020-04-07 08:43:11 +00:00
|
|
|
"url": "https://github.com/woocommerce/woocommerce/issues"
|
2020-04-02 13:41:06 +00:00
|
|
|
},
|
|
|
|
"main": "index.js",
|
2020-05-13 18:14:18 +00:00
|
|
|
"module": "build-module/index.js",
|
2020-05-11 18:45:32 +00:00
|
|
|
"dependencies": {
|
2020-05-13 18:14:18 +00:00
|
|
|
"@wordpress/e2e-test-utils": "^4.6.0",
|
2020-05-11 18:45:32 +00:00
|
|
|
"@wordpress/jest-preset-default": "^5.4.0",
|
|
|
|
"app-root-path": "^3.0.0",
|
|
|
|
"jest": "^25.1.0",
|
|
|
|
"jest-puppeteer": "^4.4.0",
|
|
|
|
"puppeteer": "^2.1.1"
|
|
|
|
},
|
2020-04-02 13:41:06 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@babel/cli": "^7.8.4",
|
|
|
|
"@babel/core": "^7.8.4",
|
|
|
|
"@babel/polyfill": "^7.8.3",
|
|
|
|
"@babel/preset-env": "^7.8.4",
|
|
|
|
"@wordpress/eslint-plugin": "^4.0.0",
|
|
|
|
"ndb": "^1.1.5",
|
|
|
|
"woocommerce": "git+https://github.com/woocommerce/woocommerce.git"
|
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"docker:up": "./bin/docker-compose.js up",
|
|
|
|
"docker:down": "./bin/docker-compose.js down",
|
|
|
|
"docker:clear-all": "docker rmi --force $(docker images -q)",
|
2020-04-07 18:09:24 +00:00
|
|
|
"docker:ssh": "docker exec -it woocommerce_wordpress-www /bin/bash",
|
2020-04-02 13:41:06 +00:00
|
|
|
"install-wp-tests": "./bin/install-wp-tests.sh",
|
2020-04-07 18:09:24 +00:00
|
|
|
"test:e2e": "bash ./bin/wait-for-build.sh && ./bin/e2e-test-integration.js",
|
|
|
|
"test:e2e-dev": "bash ./bin/wait-for-build.sh && ./bin/e2e-test-integration.js --dev"
|
2020-04-02 13:41:06 +00:00
|
|
|
}
|
|
|
|
}
|