-
Currently the GA execution is failing
> Error: browser.newPage: Error reading storage state from .auth/organizer.json:
ENOENT: no such file or directory, open '.auth/organizer.json'
…
-
### Describe the Bug
Hello,
We upgraded to the latest version of Allure and tried to enable the new single file report feature.
Unfortunately, while the report works fine, it doesn't generate t…
-
![Screenshot from 2024-06-20 11-08-53](https://github.com/simple-elf/allure-report-action/assets/48614685/1e77dafd-5a69-4faf-8237-89a55236c563)
allure reports return unkown.
appium version: 2.0.0
-
How can I add to Allure report the HTTP responses ?
![image](https://github.com/allure-framework/allure2/assets/16239820/d8276547-7cd9-4c3b-b651-3514b6dfa3c9)
![image](https://github.com/allure-…
-
**Describe the bug**
Allure process not killed after Ctrl + C (leaks processes).
**To Reproduce**
Steps to reproduce the behavior:
1. Use sample project: https://github.com/karltiirik/spock-res…
-
#### I'm submitting a ...
- [x] bug report
#### What is the current behavior?
VSCode gives an error when using `allure.step()` as a context:
![image](https://github.com/allure-framework/allu…
-
Probably Cypress's fault ~~and likely to be fixed when they fix `cy.task`~~ (update: see https://github.com/Shelex/cypress-allure-plugin/issues/216#issuecomment-1625253277 below), but I thought I'd cr…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
```
@check.check_func
def validate_something(a, b, c, d):
with allure.step(f'some assertions'):
with allure.step('aa'):
assert a == 1
with allure.step('b'):
…
-
Please help so that the Allure plugin is always updated because we really need this plugin in our daily work for test result reporting activities. I am using the latest Cypress version. After I tried …