anshooarora / extentreports-csharp

Community version of Extent API for .NET has moved to https://github.com/extent-framework/
http://extentreports.com/
Other
47 stars 43 forks source link

Can we rename the Extent Test Name from inside Test Method or Tear Down ?? #137

Open parwalrahul opened 6 years ago

GrantiVersace commented 6 years ago

You can name the test inside the Test Method with test = extent.CreateTest("TestName", "TestDescription");

parwalrahul commented 6 years ago

@GrantiVersace To explain my question clearly, i want to rename the test after it has been created once using the Code:: test = extent.CreateTest("TestName", "TestDescription");