| Current Path : /var/www/clients/client3/web2/web/vendor/allure-framework/allure-phpunit/ |
| Current File : /var/www/clients/client3/web2/web/vendor/allure-framework/allure-phpunit/composer.json |
{
"name": "allure-framework/allure-phpunit",
"keywords": [
"phpunit",
"testing",
"report",
"steps",
"attachments",
"cases",
"allure"
],
"description": "Allure PHPUNit integration",
"homepage": "http://allure.qatools.ru/",
"license": "Apache-2.0",
"authors": [
{
"name": "Ivan Krutov",
"email": "vania-pooh@yandex-team.ru",
"role": "Developer"
}
],
"support": {
"email": "allure@qameta.io",
"source": "https://github.com/allure-framework/allure-phpunit"
},
"require": {
"php": ">=7.1",
"allure-framework/allure-php-api": "^1.3",
"phpunit/phpunit": "^7.2 | ^8 | ^9"
},
"require-dev": {
"ext-dom": "*",
"mikey179/vfsstream": "^1"
},
"autoload": {
"psr-0": {
"Yandex": "src/"
}
},
"autoload-dev": {
"psr-0": {
"Yandex": "test/"
}
},
"scripts": {
"test-unit": "vendor/bin/phpunit",
"test-report": [
"vendor/bin/phpunit --configuration=phpunit.report.xml --stderr 2> /dev/null; exit 0",
"vendor/bin/phpunit --testsuite=report"
],
"test": [
"@test-unit",
"@test-report"
]
}
}