Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

test.only is not working when using tags #625

@MKen-li

Description

@MKen-li

Description:

test.only functionality is not working when using tags

Steps To Reproduce

  1. Set a tags property for the tests
  2. Add the include property to use the tags
  3. Set one or more tests to "test.only"
  4. run the test

Expected behavior

First, we should check the tests that belong to the tag selected in the include property, then we should look if there is a "test.only" inside that group and only run those tests

Actual behavior

All tests that belong to the tag are executed

Environment:

  • Version: bespoken-tools@2.4.30
  • OS: Windows 10
  • Node version: 8.11

Additional context

None.

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