-
- Downloads
feature(init): init
parent
eb729caf
No related branches found
No related tags found
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
.gitignore
0 → 100644
composer.json
0 → 100644
{ | |||
"name": "octolize/chrome-profile-for-shopify", | |||
"description": "Chrome profile for shopify tests", | |||
"license": "MIT", | |||
"keywords": ["chrome", "shopify", "profile", "tests"], | |||
"authors": [ | |||
{ | |||
"name": "grola", | |||
"email": "grola@octolize.com" | |||
} | |||
], | |||
"require": { | |||
"php": ">=7.0", | |||
"psr/log": "^1.1" | |||
}, | |||
"require-dev": { | |||
"phpunit/phpunit": "<7", | |||
"wp-coding-standards/wpcs": "^0.14.1", | |||
"squizlabs/php_codesniffer": "^3.0.2", | |||
"mockery/mockery": "*", | |||
"10up/wp_mock": "*", | |||
"phpcompatibility/php-compatibility": "^9.1" | |||
}, | |||
"scripts": { | |||
"phpcs": "phpcs", | |||
"phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never", | |||
"phpunit-unit-fast": "phpunit --configuration phpunit-unit.xml --no-coverage", | |||
"phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never", | |||
"phpunit-integration-fast": "phpunit --configuration phpunit-integration.xml --no-coverage" | |||
}, | |||
"config": { | |||
"gitlab-domains": ["gitlab.wpdesk.dev"] | |||
} | |||
} |
Please register or sign in to comment