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
We would greatly benefit from having the ability to create multiple AllureLifecycle instances as needed and publish test results programmatically from a specific instance (instead of relying on allurectl).
Currently, we have a custom testing framework that continuously runs performance/availability tests in a production environment, and we would like to leverage Allure for visualizing the test results. However, the current functionality does not provide a convenient way to achieve this.
Context
Currently, AllureLifecycle is initialized once per process. The static singleton is then used until the process ends.
The following scenarios are not supported due to such limitations:
The text was updated successfully, but these errors were encountered: