Questions tagged [allure]

The Allure Framework is a flexible, lightweight multi-language test report tool, with the possibility of adding to the report of additional information such as screenshots, logs and so on.

Allure Framework is a lightweight multi-language test report tool. It transforms standard unit-test framework (junit, nunit, phpunit) results into pretty-looking dynamic web reports. You can add all the required information (such as screenshots, server logs or related jira tickets) to the final report.

References:

1026 questions
-1
votes
1 answer

Allure First Steps - Failing POM.XML

trying to use the Allure framework - but having some issues. I am using Maven, Junit and Eclipse. Created a very simple test case and confirmed all this works. So next step was to add in Allure. Now it seems that when I add in the allure…
Joseph
  • 541
  • 1
  • 4
  • 31
-2
votes
0 answers

Allure install issue in VScode

I getting this error in vscode terminal. Please someone help me PS C:\Webdriver_IO\Webdriver_IO> allure open The syntax of the command is incorrect. allure open The syntax of the command is incorrect.allure open The syntax of the command is…
-2
votes
1 answer

Regarding spaces in directory address in cmd prompt

Hello fellow engineers, I am trying to run allure reports (to generate the html ones) with below command allure generate C:\Users\Rahul Jain\PycharmProjects\Pytest_Selenium\JSON --clean But getting below error: C:\Users\Rahul does not…
-3
votes
1 answer

Allure Report generate NaN report in robot frameowork

When I tried to convert XML to HTML format in allure report, it throws an exception. Does anyone face this issue? How to resolve this exception. Also, the HTML report generates blank results. enter image description here
Nallavan
  • 1
  • 1
  • 4
-4
votes
1 answer

Defining steps in C# Selenium project for Allure report

I am wondering is it possible to define allure steps for tests in C# just like in Java. Is there any way to use it? @Step("Step title: {0}") public void func(String parameter, WebDriver driver) {}
newbieXX
  • 11
  • 3
1 2 3
68
69