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

test.only is not working when using tags #625

Open
MKen-li opened this issue Jan 9, 2020 · 1 comment
Open

test.only is not working when using tags #625

MKen-li opened this issue Jan 9, 2020 · 1 comment
Assignees

Comments

@MKen-li
Copy link

MKen-li commented Jan 9, 2020

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.

@dmarvp
Copy link
Contributor

dmarvp commented Jan 17, 2020

image

Take this image as a reference. We should look for tags, but if there's one test with .only in the tests that have that tag, then only execute that test.

@dmarvp dmarvp added upcoming and removed sprint 50 labels Jan 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants