Skip to content

Releases: Tinkoff/Allure.XUnit

core-2.1.3

09 Jun 11:19
be3c24e
Compare
Choose a tag to compare

Added AllureIdAttribute #25

core-2.1.2

09 Jun 06:45
f8a685a
Compare
Choose a tag to compare

Better steps design

// old design
await Steps.Step("Step", async () => 
{
   await Test()
});

// new design
using (new AllureStep("Step"))
{
    await Test();
}

step-extensions-2.0.1

07 Apr 09:13
Compare
Choose a tag to compare

core-2.1.1

07 Apr 09:13
Compare
Choose a tag to compare

core-2.1.0

06 Apr 12:52
170e00b
Compare
Choose a tag to compare