You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Otherwise, it's throwing an error reading SetTestClassParallelize is not implemented whenever I tried to use retry attribute in my Specflow feature file.
I have created a branch where I have implemented the method as below:
public void SetTestClassParallelize(TestClassGenerationContext generationContext)
{
//doing nothing
}
As per the latest update,
https://github.com/techtalk/SpecFlow/commits/master/TechTalk.SpecFlow.Generator/UnitTestProvider/IUnitTestGeneratorProvider.cs got a new method called
SetTestClassParallelize
. Need to implement this method inXUnitTestGeneratorProvider.cs
insideXunitRetry.Generator.SpecflowPlugin
.Otherwise, it's throwing an error reading
SetTestClassParallelize
is not implemented whenever I tried to use retry attribute in my Specflow feature file.I have created a branch where I have implemented the method as below:
PR created here: #5
The text was updated successfully, but these errors were encountered: