Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
31 views

My team is porting to Allure 2 to report our tests. Our pytest tests have a bunch of attributes that I have implemented as allure tags. In the report page, when I click on a single test on the left ...
Chris Sontag's user avatar
Advice
0 votes
2 replies
80 views

I had implemented playwright test with typescript. It's working good with following command. npx allure generate allure-results --clean -o allure-report npx allure open allure-report reporter: [['...
Ivan's user avatar
  • 2,802
0 votes
0 answers
77 views

I'm experiencing intermittent issues with Allure reports in GitLab CI where the console log occasionally displays garbled/corrupted characters instead of readable output. This doesn't happen ...
dreamer's user avatar
0 votes
1 answer
155 views

Currently having an issue with my after_all - Whenever i run behavex in parallel through either my scenarios or features it will run the after_all after every feature/scenario is complete This is my ...
Liam Nagle's user avatar
0 votes
0 answers
62 views

we are using allure command line tool to generate reports and have multiple versions 2.10.0 and 2.32.1. 2.32.1 is set as allure-latest in tools config but when we run the Jenkins pipeline its ...
NGK's user avatar
  • 1
0 votes
0 answers
83 views

I’m facing an issue with Playwright’s expect.soft where, if a promise is not resolved, the test continues execution as expected (because of the soft assertion). But at the end of the run, instead of ...
Eswar's user avatar
  • 21
0 votes
0 answers
49 views

Task : Publish Allure Report Description : Task for generate and publish Allure Report Version : 1.4.6 Author : Qameta Software Inc. Help : Generate and publish Allure ...
Sonia Sharma's user avatar
0 votes
0 answers
95 views

Allure reports from Playwright tests do not include actions taken outside of step() calls. For example, step( "Menu navigation", () -> { page.locator("a").filter(...
Petersaber's user avatar
0 votes
0 answers
91 views

I have the following file in pytest: def test_empty(): assert False After starting the allure server: allure serve And clicking on the result of the test on the suites page. We have these ids on ...
Liad Skiva's user avatar
0 votes
0 answers
68 views

My allure reports are growing in size running the same test against the same build. Here is the kicker which is blowing my mind on how this could be happening. The VM that is running the test and ...
Michael Reynolds's user avatar
0 votes
1 answer
84 views

I'm trying to bring Allure reporting to my Robot Framework architecture. I was wondering if there was a possibility to avoid specifying the use of the Allure Listener in the command line to generate a ...
Stéphane Vork's user avatar
0 votes
1 answer
277 views

I have simple test automation project with TypeScript + Vitest + allure-vitest reporter. I have tried to upgrade/downgrade main dependencies without any luck. It works perfectly on one type of machine ...
user1411968's user avatar
2 votes
0 answers
125 views

I upgraded to 3.0.7 and tested newer versions of allure-cypress plugin as well. When I run my test scripts, I get the following error: Oops...we found an error preparing this test file: > ...
Fredp's user avatar
  • 21
0 votes
1 answer
79 views

I use the libraries allure-pytest=2.13.2 and allure-python-commons=2.13.2 to build an allure-report. I need to change the set of severity values ​​(add "high" and "low"). I can't ...
Sergey Popov's user avatar
0 votes
1 answer
793 views

I am trying to use Allure for generating test reports. I have installed Allure and added the bin folder path to the system's environment variables. When I run allure version in the terminal, it works ...
Shevy kossovsky's user avatar
2 votes
0 answers
81 views

I want to use io.qameta.allure.kotlin.Allure.step in my project for my tests and expect them to show in the report. But this is not happening, here is an code example: step("Create task&...
somehow's user avatar
  • 23
1 vote
0 answers
79 views

I use Maven for building project: lets say to run test U use mvn clean test; Then I have maven-allure plugin and I generate report once tests completed. I know that to keep history I have to place ...
ConfusedUser's user avatar
1 vote
1 answer
120 views

I use cypress-cucumber-preprocessor + allure-cypress in order to get Allure reporting format. This is my package.json: "devDependencies": { "cypress": "13.15.1", ...
Leech76's user avatar
  • 31
0 votes
0 answers
112 views

public class ScreenshotUtility { private WebDriver driver; public ScreenshotUtility(WebDriver driver) { this.driver = driver; } @Attachment(value = "Screenshot for {0}&...
Panek Adamek's user avatar
1 vote
1 answer
96 views

I have Cypress 13.1.0 integrated with Allure (allure-cypress v.3.0.4). Each test step in the generated html report is displayed truncated to 132 chars maximum (see attachment). truncation example Is ...
demos13's user avatar
  • 21
0 votes
2 answers
409 views

How to set results path for playwright allure reports in C#. I tried below paths and none of them work public async Task OneTimeSetup() { Environment.SetEnvironmentVariable("...
Autotest2024's user avatar
1 vote
1 answer
1k views

I have a test solution, built on: .NET Framework 4.7.2 NUnit 3.13 Reqnroll 2.0.0 Allure.Reqnroll 2.12.1 AllureReport.Generator 0.1.0 My solution builds, discovers and executes the tests as expected. ...
The Furious Bear's user avatar
0 votes
1 answer
191 views

I have the following code in my base class for all Allure-supported tests: [AllureNUnit] internal abstract class PageTestBase : Microsoft.Playwright.NUnit.PageTest { protected async Task Step(...
Michał Bryłka's user avatar
0 votes
2 answers
393 views

I've been researching if it's possible to append screenshots attachments to the specific methods marked by custom @Captured annotation for the Allure reposts using AOP I created annotation itself and ...
Stanislav Semyonov's user avatar
1 vote
1 answer
208 views

I have cucumber framework with Cucumber hooks setup for Test Steps but the Test method name is displayed on the Ui instead of the step nameReport Snipet @AfterStep public static void afterStep(...
Lan Aaroon Jabasundar's user avatar
0 votes
1 answer
373 views

I have a test where I do some soft assertions using pytest_check. The test continues to run even if assertions fail and finally fails at the end throwing assertion error. Now in allure report, I ...
yowaf21832's user avatar
1 vote
1 answer
304 views

I am new to Cypress automation and I am trying to create an azure devops pipeline for calling UI based tests in cypress. The pipeline is giving success status but the report shows NAN% along with no ...
Deepika Gupta's user avatar
-2 votes
1 answer
128 views

I have generated allure reports but when i give a command to serve allure reports, it says batch file or command not recognized. I have added environment path variable and every other plugins have ...
Shital Rathod's user avatar
1 vote
1 answer
949 views

python 3.12.2 allure-pytest: 2.13.5 allure-python-commons: 2.13.5 pytest: 8.2.2 allure CLI: 2.30.0 Premise Allure documentation says that I can add labels. import allure from allure_commons.types ...
KD.'s user avatar
  • 43
1 vote
2 answers
946 views

I'm trying to integrate Allure reports with Cypress in my project. The Allure report is being created, but the allure-results folder is not being generated. Below are the steps I've taken and the ...
prabhakar's user avatar
1 vote
0 answers
183 views

I'm using Python Selenium Behave and Allure reports on my automation testing, my problem is how can I generate the Allure report automatically without typing a specific script on the terminal after ...
Angel's user avatar
  • 31
1 vote
1 answer
357 views

In my project while triggering a test to run, we pass through variables as system properties e.g.: public static String USER = System.getProperty("user", "ADMIN_HQ"); This is so ...
Hazel Egan's user avatar
1 vote
1 answer
890 views

I'm currently working on an automation framework and the feature I am implementing right now is the possibility to log the messages on start and the end of the methods annotated with @Step from allure....
Vanadium's user avatar
0 votes
2 answers
786 views

I am using Nightwatch JS, have Allure installed, and have been using reports successfully. However, something has changed, and now I get the following error: $ allure generate ./allure-results --clean ...
LizN's user avatar
  • 1
0 votes
1 answer
329 views

While integrating Allure reports with Mocha, i am trying to incorporate a takescreenshot function in selenium and to add that screenshot in my Allure reports. Its giving me an error of TypeError: ...
Hassan Murtaza's user avatar
1 vote
1 answer
836 views

I have tests on RobotFramework, that run in GitHub Actions. Currently there is one workflow, that runs tests and generates Allure reports for them. And then report is deployed in GitHub Pages. It ...
dariaamir's user avatar
  • 123
0 votes
1 answer
508 views

I am working on Cypress BBD Framework using cucumber: The following are dependencies installed: "devDependencies": { "cypress": "^13.11.0", "cypress-...
Angshuman Basak's user avatar
1 vote
1 answer
146 views

Im currently trying to run an automation script using behave and generate reports using allure behave python. The code is working file if the allure reporting is not used. Exception KeyError: ...
Nirmal Kamishetty's user avatar
0 votes
1 answer
390 views

I am trying to generate "allure-reports" under a target folder called "cypress" in my cypress automation framework I have configured the following version of allure-reports, the ...
Angshuman Basak's user avatar
1 vote
1 answer
453 views

I added the latest version for allure-testng (2.27) with the following dependency to my pom.xml file. I also have the same version installed on my local to be able to use the terminal. <dependency&...
testerchve's user avatar
0 votes
1 answer
1k views

I am practicing with Playwright automation and learning to integrate it with CI/CD pipelines in Azure. I have managed to create a Repo and Pipeline in Azure that runs my Playwright code, but I am a ...
Amar's user avatar
  • 45
1 vote
2 answers
3k views

>allure serve node:internal/child_process:421 throw new ErrnoException(err, 'spawn'); ^ Error: spawn EINVAL at ChildProcess.spawn (node:internal/child_process:421:11) at Object....
tan js's user avatar
  • 324
1 vote
0 answers
791 views

Currently I have an automation framework that is running in WDIO using the --single-file option because I need to be able send the report out. Here's my command line that is generating the report ...
Mike Kiewicz's user avatar
1 vote
1 answer
1k views

I'm on a Windows machine and trying to populate the dashboard locally. I've installed it using Scoop as recommended by Allure. Some of my system specs: Windows 11 Enterprise Edge Browser Java(TM) SE ...
Laser Hawk's user avatar
  • 2,038
1 vote
3 answers
706 views

We recently upgraded Allure (2.27.0) and Allure Jenkins plugin (2.31.1) to the latest versions. Now the Allure report is empty and the log file contains: com.fasterxml.jackson.databind.exc....
Mila Budiakova's user avatar
2 votes
1 answer
635 views

I've used the below code to generate the allure report, but after generation when I launch the index.html file it keeps on loading. But when I use serve command and launch it, the proper report gets ...
Nithish Duraikannan's user avatar
0 votes
1 answer
673 views

I created new (virt_env) and installed allure-behave by using command: pip install allure-behave. To verify it installed I use pip list command: When I run my automation tests I see allure-results ...
rakakot's user avatar
  • 33
1 vote
1 answer
308 views

I would like to know how can I select a specific test session result in Allure report version 2.27.0. Let me give your more detail on my workflow. i execute pytest mytest.py --alluredir=allure-...
Paul's user avatar
  • 449
0 votes
1 answer
255 views

I use Allure report in Azure DevOps, and hosted this report in Azure Storage Account. I want share this report in my confluence page. For implement this i use macro "HTML include". But when ...
kostukp96's user avatar
  • 452
0 votes
1 answer
1k views

I have a Jenkins Declarative Pipeline with 2 different test stages both are configured to generate allure-results I would like to merge these two allure-reports into a single allure-report and present ...
Bijesh Mohan's user avatar

1
2 3 4 5
21