Maksim Stepanov
Maksim Stepanov
Currently, we don\`t support running allure-python in an async function (e.g. through asyncio event loop or a similar coroutine execution engine). This is important, because 1. Async-based frameworks and libraries...
#### I'm submitting a ... - [ ] bug report - [x] feature request - [ ] support request => Please do not submit support request here, see note at...
Currently, only allure.attach and allure.attach.file functions are supported in allure-pytest-bdd. The following functions and decorators need to be supported as well: - `@allure.title` decorator - `@allure.description` decorator - `@allure.description_html` decorator...
#### I'm submitting a ... - [ ] bug report - [x] feature request - [ ] support request => Please do not submit support request here, see note at...
AllureRuntime creates the results directory only once (in its constructor). Some testing tools like Cypress support interactive testing with long-running sessions. If the directory gets deleted, each further attempt to...
From [https://github.com/allure-framework/allure-js/pull/815#discussion_r1504714275](https://github.com/allure-framework/allure-js/pull/815#discussion_r1504714275): Currently, each package's README contains documentation that describes how to use the package. It overlaps with the corresponding documentation pages at allurereport.org. We should shorten the documentation part...
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",...
### Context The wrong variable was used when release.yml updated the release link.
#### I'm submitting a ... - [ ] bug report - [x] feature request - [ ] support request => Please do not submit support request here, see note at...
### Discussed in https://github.com/orgs/allure-framework/discussions/2461 Originally posted by **kiragengis** March 30, 2024 To give more context to the step, I want to be able to refer to a property value of...