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

v2.0: CLI options #74

Closed
7 tasks done
crookse opened this issue Oct 17, 2020 · 1 comment
Closed
7 tasks done

v2.0: CLI options #74

crookse opened this issue Oct 17, 2020 · 1 comment

Comments

@crookse
Copy link
Member

crookse commented Oct 17, 2020

Summary

What: The CLI should accept options

Why: Options are useful when using a CLI, especially a --help option when using the CLI.

Acceptance Criteria

  • --help: Shows a help menu on how to use the CLI
  • --filter-type: Tells --filter what to execute. Defaults to case.
    • Accepts "suite"
    • Accepts "case"
    • Example: rhum --filter-type suite --filter myTestSuite
  • --filter: Executes a single test suite or test case based on --filter-type
    • Example: rhum --filter myTestCase
  • --filter-test-case="someTestCase" {dir/file}
  • --filter-test-suite="someTestSuite" {dir/file}
@crookse
Copy link
Member Author

crookse commented Oct 18, 2020

See commits in #73

@crookse crookse closed this as completed Oct 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant