Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing SetTestClassParallelize in XunitTestGeneratorProvider #4

Open
rizviews opened this issue Jan 5, 2018 · 0 comments
Open

Missing SetTestClassParallelize in XunitTestGeneratorProvider #4

rizviews opened this issue Jan 5, 2018 · 0 comments

Comments

@rizviews
Copy link

rizviews commented Jan 5, 2018

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 in XUnitTestGeneratorProvider.cs inside XunitRetry.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:

public void SetTestClassParallelize(TestClassGenerationContext generationContext)
        {
            //doing nothing
        }

PR created here: #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant