After updating the cucumber version to 7.2.3, Allure not generating reports. (unknown report and NaN%). It still uses the config file in the directory. I think
I am using rest-assured and allureRestAssured for testing api , given().header("Content-Type", "application/json") .header("key", key()).filter(
Is there a way to have screen recording of each test in allure-playwright-reporter. I am able to capture screenshots for each test but also wish to have screen
I am trying to customize my CATEGORIES section to show broken test as failed test in allure report. I am using the following categories JSON file: [{ "name":
I'm trying to generate screenshots in my allure reports after each step in my test or just a single screenshot at the end of the test. I have referred to the we
I'm trying to add test step information into an allure report, i use cypress and generate report with allure, report are correctly generate but no details appea
Our application is spring boot based project written with kotlin. There is great plugin for JetBrains IntelliJ IDEA for Allure support. The plugin provide a pos
I want to get the report of my Selenium Junit Test using Allure. I installed Allure via Homebrew and my version is 1.4.23. Below is my pom.xml <?xml version=
I'm implementing custom test listener called TestListenerAdapter in my project and I wrote the code to capture screenshot in onTestFailure method of listener cl