systelab / allure-reporter

Printable report generation for Allure
4 stars 2 forks source link

Update mapping_model.md #79

Closed ainhoam closed 2 years ago

ainhoam commented 2 years ago

Update Steps tag documentation for NUnit Allure

orozluk commented 2 years ago

The example code for NUnit would not compile due to wrong syntax (missing closing quotes).

AllureLifecycle.Instance.WrapInStep(() => {},$"Action:{})

I would propose

AllureLifecycle.Instance.WrapInStep(() => { doLogin()},$"Action: Perform Login");