Skip to main content

Questions tagged [allure]

Use this tag when you have questions about using Allure Reports in the context of automated testing. Please provide details about your testing framework, programming language, and any specific issues or errors encountered.

0 votes
0 answers
8 views

Allure report does not display the Trend after launch

I'm having problems with the fact that I don't display Trends from previous launches. I will be glad of any help. My gitlab-ci.yml stages: - test - deploy - notify variables: PIP_CACHE_DIR: &...
0 votes
1 answer
82 views

What could be the reason that no steps are displayed in Allure report with AspectJ weaving?

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
1 answer
38 views

allure reports not running, although allure is installed - allure command not found

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

ERROR -- : Can't add attachment, no test, step or fixture is running (allure-rspec)

I'm integrating allure reports with my API test project using Rspec. I wanted to attach request and response details to the report after each testcase. The following is my response_parser to get ...
Mona101ma's user avatar
  • 764
-1 votes
0 answers
15 views

Allure/Pytest: how to provide a startup script rather than .py test file

We have a test framework and a test startup script that are using .sh for setting up enviroment + framework dependency We now need to add allure into our tests We start test scenarios with ${...
BadThings's user avatar
0 votes
0 answers
13 views

Incorporate Additional Data Into Allure Report

I'd like to incorporate some additional data into my allure reports - video and graphics primarily. I'm using flank to run tests against firebase test lab. I've got the test results being pulled down ...
Mark's user avatar
  • 2,522
0 votes
0 answers
30 views

No allure-results after running ReqnRoll test

I have an MS Test running NUnit with RoqnRoll. After dotnet test, as per Allure instructions, the tests pass but I don't seem to have any allure-results. The allure config says "directory":&...
pkr2000's user avatar
  • 214
0 votes
1 answer
28 views

Mocha-Selenium-JavaScript: TypeError: Cannot read properties of undefined (reading 'reporter')

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
0 votes
0 answers
61 views

allure-results not creating with main method of TestNG code

When I am running my tests from with testng.xml it works but when I run with main method (code added below) these allure-results are NOT created while the TestNG test-output folder is created ...
Shubham Jain's user avatar
  • 17.3k
0 votes
0 answers
14 views

Allure pattern only works for annotations (@tms , @issue) but does not work for Java API Allure.link("Website", "https://dev.example.com/");

When using the @tms or @issue annotations, the allure.link.tms.pattern and allure.link.issue.pattern works. However, when using the JAva API, it seems this patterns are not used. Is that intented ? It ...
Emmanuel B.'s user avatar
1 vote
0 answers
77 views

Generate Allure reports in GitHub Actions for 2 separate test runs

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
60 views

Allure Reports "Cannot find module 'allure-cypress/commands' " for Cypress BDD Framwork using Cucumber

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
0 votes
0 answers
22 views

Keyerror in Allure Behave

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
37 views

Generate allure-reports for Cypress under target folder

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
0 votes
0 answers
34 views

How to remove too many nested steps in Allure Reports?

I'm working on this project using webdriverio, cucumber and allure reports. The reports have a weird 4-5 levels deep nesting issue when a test step is broken or times-out or fails. On the last step ...
aStripe's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
71