diff --git a/tests/Integration/composer.json b/tests/Integration/composer.json index ac8fe0e09..bb4167100 100644 --- a/tests/Integration/composer.json +++ b/tests/Integration/composer.json @@ -8,7 +8,6 @@ "require-dev": { "behat/behat": "^3.12", "guzzlehttp/guzzle": "^7.5", - "jarnaiz/behat-junit-formatter": "^1.3", "phpunit/phpunit": "^9.6" } } diff --git a/tests/Integration/composer.lock b/tests/Integration/composer.lock index d2346e804..702f731c0 100644 --- a/tests/Integration/composer.lock +++ b/tests/Integration/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8aea43a4af45069a70b15339a976f9eb", + "content-hash": "a75ac6c5e2ccd633528be3daf92531d5", "packages": [], "packages-dev": [ { @@ -601,49 +601,6 @@ ], "time": "2023-08-27T10:13:57+00:00" }, - { - "name": "jarnaiz/behat-junit-formatter", - "version": "v1.3.2", - "source": { - "type": "git", - "url": "https://github.com/j-arnaiz/behat-junit-formatter.git", - "reference": "2f80b3881e04d3cf43e05ab821c0e80675a9846d" - }, - "dist": { - "type": "zip", - "url": "https://github.com/gitapi/repos/j-arnaiz/behat-junit-formatter/zipball/2f80b3881e04d3cf43e05ab821c0e80675a9846d", - "reference": "2f80b3881e04d3cf43e05ab821c0e80675a9846d", - "shasum": "" - }, - "require": { - "behat/behat": "~3.0", - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "v1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "jarnaiz\\JUnitFormatter\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "authors": [ - { - "name": "Jesús Arnaiz", - "email": "j.arnaiz@gmail.com" - } - ], - "description": "Behat 3 JUnit xml formatter", - "support": { - "issues": "https://github.com/j-arnaiz/behat-junit-formatter/issues", - "source": "https://github.com/j-arnaiz/behat-junit-formatter/tree/master" - }, - "time": "2016-01-26T17:05:07+00:00" - }, { "name": "myclabs/deep-copy", "version": "1.11.1", diff --git a/tests/Integration/config/behat.yml b/tests/Integration/config/behat.yml index 425da1b76..d9aa6838a 100644 --- a/tests/Integration/config/behat.yml +++ b/tests/Integration/config/behat.yml @@ -1,4 +1,10 @@ default: + formatters: + junit: + output_path: '%paths.base%/../output' + pretty: + output_styles: + comment: [ 'bright-blue' ] autoload: '': '%paths.base%/../features/bootstrap' suites: @@ -7,8 +13,3 @@ default: - '%paths.base%/../features' contexts: - FeatureContext - - extensions: - jarnaiz\JUnitFormatter\JUnitFormatterExtension: - filename: report.xml - outputDir: '%paths.base%/../output/'