Your IP : 216.73.216.81


Current Path : /srv/web/sites/trentinoplant.it/httpdocs/vendor/allure-framework/allure-codeception/
Upload File :
Current File : /srv/web/sites/trentinoplant.it/httpdocs/vendor/allure-framework/allure-codeception/composer.json

{
    "name": "allure-framework/allure-codeception",
    "keywords":["codeception", "testing", "report", "steps", "attachments", "cases", "allure"],
    "description": "Allure Codeception integration",
    "homepage": "https://allurereport.org/",
    "license": "Apache-2.0",
    "authors": [
        {
            "name": "Ivan Krutov",
            "email": "vania-pooh@aerokube.com",
	        "role": "Developer"
        },
        {
            "name": "Edward Surov",
            "email": "zoohie@gmail.com",
            "role": "Developer"
        }
    ],
    "support": {
        "email": "allure@qameta.io",
        "source": "https://github.com/allure-framework/allure-codeception"
    },
    "require": {
	    "php": "^8",
        "ext-json": "*",
        "codeception/codeception": "^5.0.3",
        "allure-framework/allure-php-commons": "^2.3.1"
    },
    "require-dev": {
        "psalm/plugin-phpunit": "^0.19.0",
        "remorhaz/php-json-data": "^0.5.3",
        "remorhaz/php-json-path": "^0.7.7",
        "squizlabs/php_codesniffer": "^3.7.2",
        "vimeo/psalm": "^5.12"
    },
    "autoload": {
        "psr-4": {
            "Qameta\\Allure\\Codeception\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Qameta\\Allure\\Codeception\\Test\\": "test/codeception/_support/",
            "Qameta\\Allure\\Codeception\\Test\\Unit\\": [
                "test/codeception/report-check/",
                "test/codeception/unit/"
            ],
            "Qameta\\Allure\\Codeception\\Test\\Report\\": "test/codeception-report/_support/",
            "Qameta\\Allure\\Codeception\\Test\\Report\\Functional\\": "test/codeception-report/functional/",
            "Qameta\\Allure\\Codeception\\Test\\Report\\Acceptance\\": "test/codeception-report/acceptance/",
            "Qameta\\Allure\\Codeception\\Test\\Report\\Unit\\": "test/codeception-report/unit/"
        }
    },
    "scripts": {
        "build": [
            "vendor/bin/codecept build",
            "vendor/bin/codecept build -c codeception-report.yml",
            "vendor/bin/codecept gherkin:snippets acceptance -c codeception-report.yml"
        ],
        "test-cs": "vendor/bin/phpcs -sp",
        "test-unit": "vendor/bin/codecept run unit --coverage-text",
        "test-report-generate": [
            "rm -rf ./build/allure-results/",
            "vendor/bin/codecept run  -c codeception-report.yml --no-exit --report"
        ],
        "test-report-check": "vendor/bin/codecept run report-check",
        "test-psalm": "vendor/bin/psalm --shepherd",
        "test": [
            "@test-cs",
            "@test-unit",
            "@test-report-generate",
            "@test-report-check",
            "@test-psalm"
        ]
    }
}