Closed crookse closed 4 years ago
What: The CLI should accept options
Why: Options are useful when using a CLI, especially a --help option when using the CLI.
--help
--filter-type
--filter
case
rhum --filter-type suite --filter myTestSuite
rhum --filter myTestCase
--filter-test-case="someTestCase" {dir/file}
--filter-test-suite="someTestSuite" {dir/file}
See commits in #73
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 tocase
.~rhum --filter-type suite --filter myTestSuite
~--filter
: Executes a single test suite or test case based on--filter-type
~rhum --filter myTestCase
~--filter-test-case="someTestCase" {dir/file}
--filter-test-suite="someTestSuite" {dir/file}