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

Add support for running specific test suite(s) #37

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

kkajla12
Copy link
Member

@kkajla12 kkajla12 commented Oct 12, 2023

Add support for a new cmd argument. This argument accepts any valid regex pattern/string and will use the pattern to match against test suite filenames. Only test suites matching the pattern will be run.

Run specific test suite

apirunner ./tests nameOfTheSpecificTestSuiteIWantToRun

Run test suites with matching substring authz

apirunner ./tests authz

@kkajla12 kkajla12 merged commit 9208da8 into master Oct 12, 2023
1 check passed
@kkajla12 kkajla12 deleted the feat/addSupportForRunningSpecificTestSuites branch October 12, 2023 18:47
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.

2 participants