Skip to content
Snippets Groups Projects
Commit d6f5e101 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

feature(init): init

parent eb729caf
Branches
Tags
1 merge request!1feature(init): init
Pipeline #242444 passed with warnings
/vendor/
/vendor_prefixed/
.idea
build-coverage
.DS_Store
.commit
/assets/**/*.min.css
/assets/**/*.min.js
/lang/*
!/lang/*_*.po
/lang/*-*_*.po
composer.lock
{
"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"]
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment