Skip to content

Add a flag for printing all available test frameworks in the project #3633

@Gedochao

Description

@Gedochao

Is your feature request related to a problem? Please describe.
I'd like to make it possible to print all available test frameworks in a Scala CLI project, so I can later pre-configure them with --test-framework///> using testFramework.

Describe the solution you'd like
A --print-test-frameworks flag should do, similar to --print-classpath.
A warning may be necessary when running on Scala.js/Scala Native, as this may take a bit, especially for larger projects.

Describe alternatives you've considered
One can always run scala-cli test with increased verbosity, I suppose.

Additional context

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions