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:

811 questions
-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
  • 1
  • 2
1 2 3
54
55