Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

ramzes642
Copy link

@ramzes642 ramzes642 commented Sep 13, 2024

There was an issue with large data providers. If any test failed, the entire list of tests would rerun as part of the failed group. This PR adds the ability to specify testName@dataProviderInstanceName in the failed group, allowing them to run independently without rerunning all the tests provided by the data provider.

@SamMousa
Copy link
Collaborator

Could / should we not use Descriptor::getTestSignatureUnique?

/**
     * Provides a test name which is unique for individual iterations of tests using examples
     */
    public static function getTestSignatureUnique(SelfDescribing $testCase): string

@ramzes642
Copy link
Author

@SamMousa Thank you, I'll check it after holidays.

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

Successfully merging this pull request may close these issues.

3 participants