Skip to content

How to run all tests without certain tags? #110

@felipepessoto

Description

@felipepessoto

I have Scala + Java tests in a project and the long running Scala tests has a Tag to run them separately.

To run all the Scala tests I run:

testOnly * -- -n LongRunningTag
testOnly * -- -l LongRunningTag

The second one run all tests that doesn't have the tag. But the Java tests doesn't run.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions