allure-phpunit
allure-phpunit copied to clipboard
Allure integrations for PHP test frameworks: PHPUnit
**Describe the bug** After updating the allure-framework/allure-phpunit:^2.0, No option is available for whether to delete previous results on rerun **To Reproduce** Steps to reproduce the behaviour: 1. run the command...
Updates the requirements on [psalm/plugin-phpunit](https://github.com/psalm/psalm-plugin-phpunit) to permit the latest version. Release notes Sourced from psalm/plugin-phpunit's releases. Add Psalm 6 support, drop Psalm 4 support This release adds support for Psalm...
Bumps [zwaldowski/match-label-action](https://github.com/zwaldowski/match-label-action) from 4 to 5. Release notes Sourced from zwaldowski/match-label-action's releases. 5.0 Targets Node 20 (#37) Updates dependencies Thanks to @rifatKomodoDragon. Commits 7460060 chore: package for release 4a63ed4 chore:...
There is a general mechanism used by Allure integrations to run tests selectively. It uses a test plan - a .json file with the following schema: ```json { "type": "object",...
Hi. All my tests, that have annotation `@dataProvider` don't have name, description and so on. To reproduce, I wrote a couple of simple tests: ```
**Describe the bug** If a test has **markTestSkipped()** method into the **setUp()** method, it does not appear in the Allure report. **To Reproduce** 1. Steps to reproduce the behavior: 2....
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
If phpunit.xml.dist file is placed in a different path other than root. Then in CLI, if I am running below command from project root: ./vendor/bin/phpunit -c dev/tests/unit/phpunit.xml.dist It is giving...
**Describe the bug** If phpunit.xml.dist file is placed in a different path other than root. Then in CLI, if I am running below command from project root: `./vendor/bin/phpunit -c dev/tests/unit/phpunit.xml.dist`...