allure-codeception
allure-codeception copied to clipboard
Codeception framework adapter for Allure
When updating **codeception/codeception** to version 5.0.7 and **allure-framework/allure-codeception** to v2.1.0, we encountered an issue with running tests. The configuration of extensions is as per GitHub. ``` extensions: enabled: - Qameta\Allure\Codeception\AllureCodeception...
There is a general mechanism used by Allure adapters to run tests selectively. It uses a test plan - a .json file with the following schema: ```json { "type": "object",...
refers to #123 `moduleInit` method is never called at initialization. Instead, there is `_initialize` method that is used by other modules in Codeception. ``` In LifecycleBuilder.php line 87: [Qameta\Allure\Exception\OutputDirectoryUndefinedException] Output...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 4.0.0. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Updates the requirements on [remorhaz/php-json-data](https://github.com/remorhaz/php-json-data) to permit the latest version. Changelog Sourced from remorhaz/php-json-data's changelog. [0.7.0] - 2024-02-17 Added Cloning setters added to events to make stream modification easier. [0.6.1]...
Updates the requirements on [remorhaz/php-json-path](https://github.com/remorhaz/php-json-path) to permit the latest version. Changelog Sourced from remorhaz/php-json-path's changelog. [0.8.1] - 2024-02-19 Added Added support for PHP 8.3. Removed Dropped support for PHP 8.0....