NUnit.Allure
1.0.0
NUnit attributes extenstions for Allure
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package NUnit.Allure -Version 1.0.0
dotnet add package NUnit.Allure --version 1.0.0
paket add NUnit.Allure --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
[AllureNUnit]
class TestClass1
{
[Test(Description = "XXX")]
[AllureTag("TC-1")]
[AllureSeverity(SeverityLevel.critical)]
[AllureIssue("ISSUE-1")]
[AllureTms("TMS-12")]
[AllureOwner("unickq")]
[AllureSuite("PassedSuite")]
[AllureSubSuite("NoAssert")]
public void SampleTest()
{
Console.WriteLine("I'm a test with Allure report");
}
}
[AllureNUnit]
class TestClass1
{
[Test(Description = "XXX")]
[AllureTag("TC-1")]
[AllureSeverity(SeverityLevel.critical)]
[AllureIssue("ISSUE-1")]
[AllureTms("TMS-12")]
[AllureOwner("unickq")]
[AllureSuite("PassedSuite")]
[AllureSubSuite("NoAssert")]
public void SampleTest()
{
Console.WriteLine("I'm a test with Allure report");
}
}
Release Notes
Rewriting NUnit for more features
Dependencies
-
.NETFramework 4.5
- Allure.Commons (>= 2.3.64.1)
- NUnit (>= 3.10.1)
-
.NETStandard 2.0
- Allure.Commons (>= 2.3.64.1)
- NUnit (>= 3.10.1)
Version History
Version | Downloads | Last updated | |
---|---|---|---|
1.0.6-beta30 | 59 | 2/2/2019 | |
1.0.5 | 2,641 | 11/21/2018 | |
1.0.4 | 1,192 | 9/20/2018 | |
1.0.4-beta24 | 77 | 9/10/2018 | |
1.0.4-beta23 | 71 | 9/7/2018 | |
1.0.3 | 323 | 8/31/2018 | |
1.0.2 | 5,177 | 8/16/2018 | |
1.0.0 | 443 | 7/23/2018 | |
1.0.0-alfa6 | 110 | 7/20/2018 | |
0.2.3 | 419 | 6/1/2018 | |
0.2.2 | 214 | 5/24/2018 | |
0.2.1 | 637 | 11/22/2017 | |
0.2.0 | 155 | 11/15/2017 | |
0.1.1 | 182 | 11/4/2017 | |
0.1.0 | 210 | 11/3/2017 |