![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/allure-framework/allure-phpunit/ |
{ "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": "[email protected]", "role": "Developer" }, { "name": "Edward Surov", "email": "[email protected]", "role": "Developer" } ], "support": { "email": "[email protected]", "source": "https://github.com/allure-framework/allure-phpunit" }, "require": { "php": "^8", "allure-framework/allure-php-commons": "^2", "phpunit/phpunit": "^9" }, "require-dev": { "brianium/paratest": "^6.8", "psalm/plugin-phpunit": "^0.18.4", "squizlabs/php_codesniffer": "^3.7.1", "vimeo/psalm": "^5.4" }, "conflict": { "amphp/byte-stream": "<1.5.1" }, "autoload": { "psr-4": { "Qameta\\Allure\\PHPUnit\\": "src/" } }, "autoload-dev": { "psr-0": { "Yandex": "test/" }, "psr-4": { "Qameta\\Allure\\PHPUnit\\Test\\Unit\\": "test/unit/", "Qameta\\Allure\\PHPUnit\\Test\\Report\\": "test/report/" } }, "scripts": { "test-cs": "vendor/bin/phpcs -sp", "test-unit": "vendor/bin/phpunit --coverage-text", "clear-allure-results": "rm -rf ./build/allure-results", "test-report": [ "@clear-allure-results", "vendor/bin/paratest --processes=3 --configuration=phpunit.report.xml --testsuite=positive", "vendor/bin/paratest --processes=3 --configuration=phpunit.report.xml --testsuite=negative; exit 0", "vendor/bin/paratest --processes=3 --configuration=phpunit.report.xml --testsuite=retries --repeat=3; exit 0" ], "test-report-windows": [ "@clear-allure-results", "vendor/bin/paratest --processes=3 --configuration=phpunit.report.xml --testsuite=positive", "vendor/bin/paratest --processes=3 --configuration=phpunit.report.xml --testsuite=negative & exit 0", "vendor/bin/paratest --processes=3 --configuration=phpunit.report.xml --testsuite=retries --repeat=3 & exit 0" ], "test-psalm": "vendor/bin/psalm --shepherd", "test": [ "@test-cs", "@test-unit", "@test-report", "@test-psalm" ], "test-windows": [ "@test-cs", "@test-unit", "@test-report-windows", "@test-psalm" ] } }