-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add CircleCI Test Splitting Feature #76
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest improving the description of the new select-by-name parameter. It seems that TestSuite.fromName does not support wildcards. We need to be clear what we mean by patterns here.
Are tests going to be added to the test-deploy.yml for this new feature? |
Yes I have added some test cases for this feature |
I think this should be merged only after genscript changes are published on SSD location. |
Added the "select-by-name" parameter to enable the CircleCI Test Splitting feature within the "run-tests" command.
I have conducted local testing, and the interactive workflow was reviewed to ensure proper integration. For more details, refer to the given Confluence page
Additionally, some checks are failing because changes are required in the genscript function to implement this feature. I have raised a pull request to address these changes. I will be adding the unit tests after the PR is merged.