Your IP : 216.73.216.81


Current Path : /srv/web/sites/trentinoplant.it/httpdocs/vendor1/allure-framework/allure-phpunit/
Upload File :
Current File : /srv/web/sites/trentinoplant.it/httpdocs/vendor1/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"
    },
    {
      "name": "Edward Surov",
      "email": "zoohie@gmail.com",
      "role": "Developer"
    }
  ],
  "support": {
    "email": "allure@qameta.io",
    "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"
    ]
  }
}