Skip to content

Passing arguments to test command #372

Description

@KaranAhlawat

Many testing frameworks support passing in additional CLI arguments to the test runner, often for specifiying only a subset of tests to run. Currently, Bleep does not seem to support providing additional arguments while running the bleep test command, aside from the test project name. This would be good to have as running all tests while working on a particular feature is rarely necessary.

For example, while using Scalatest and sbt, you can type

testOnly com.dummy.app.MyTestClass

in the console to run only the tests contained in MyTestClass.

Finally, I'd like to take a few words to thank you for this amazing project (it's so fast!) and it has truly been a joy to use so far :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions