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

Support for test method ordering using only runOrder configuration #4

Open
wants to merge 36 commits into
base: umaster
Choose a base branch
from

Conversation

winglam
Copy link

@winglam winglam commented Mar 20, 2021

No description provided.

dfa1 and others added 30 commits April 16, 2019 18:59
…odRunOrder on command line) to choose order of methods. possible values include: unsorted (default, however junit would do it otherwise), alphabetical, reverse_alphabetical and random. New custom orders can be implemented in DefaultRunOrderCalculator class. Supports Junit4 and JUnit47 providers.
…run fixed order, tests to run can be passed in as a list from a file.
winglam and others added 6 commits March 20, 2021 23:37
* Support method regex and non-regex

* testorder support classname regex

* finish test order support regex

* update based on feedback

* update based on check style

* update based on comments

* finish testorder
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.

6 participants