You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not a bug. Dealing with any previous results is just not a responsibility of the Allure integration. You are free to use native shell commands to prepare the environment before running tests, including target directory cleanup.
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:
return [
// Path to output directory (default is build/allure-results)
'outputDirectory' => 'var/allure-results',
'deletePreviousResults' => true, //Whether to delete previous results on rerun
'ignoredAnnotations' => [
'codingStandardsIgnoreStart' => 'codingStandardsIgnoreStart',
]
];
Expected behavior
Only latest results allure report should be available and it was configurable in previous version
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: