allure-phpunit
allure-phpunit copied to clipboard
Allure integrations for PHP test frameworks: PHPUnit
When a data provider does not use named keys for the sets the method name will have a suffix in the form of "with data set #[Index] ([Arguments])". The regexp...
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. General release What's Changed Improve provider non-optional argument phrasing by @AndrolGenhald in psalm/psalm-plugin-phpunit#118 Fix...
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.0.2. Release notes Sourced from actions/checkout's releases. v3.0.2 What's Changed Add set-safe-directory input to allow customers to take control. by @TingluoHuang in actions/checkout#770 Prepare changelog...
Bumps [zwaldowski/match-label-action](https://github.com/zwaldowski/match-label-action) from 2 to 3. Release notes Sourced from zwaldowski/match-label-action's releases. v3.0 What's Changed [FEATURE] Default Matching Label by @logyball in zwaldowski/match-label-action#24 Bump trim-off-newlines from 1.0.1 to 1.0.3 by...
External config will be much more extendable and will virtually never break BC. The only optional argument will be the path to config (which will set by default to `config/allure.phpunit.config.php`).
**Describe the bug** Test errors are displayed as failed tests in report. **To Reproduce** Just execute `throw new \Exception();` in any test. **Expected behavior** Test that throws an exception should...
We've tagged each tests with relevant groups. We'd like to filter/ categorise/ see test belonging to a group, together. I see that we don't pass group information to xmls. Can...
Hi! Just wanted to know if you are planning to implement @Step annotation functionality like in java for phpunit adapter? Existing mechanism of markings step in phpunit is very inconvenient....
Bumps [zwaldowski/match-label-action](https://github.com/zwaldowski/match-label-action) from 2 to 4. Release notes Sourced from zwaldowski/match-label-action's releases. 4.0 Targets Node 16 (#31) Update dependencies (#31, #32) Thanks, jordiclariana! v3.0 What's Changed [FEATURE] Default Matching Label...
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @peter-murray in...