Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Add tags to tests #147

Closed
luciano-renzi opened this issue Nov 23, 2018 · 3 comments
Closed

Add tags to tests #147

luciano-renzi opened this issue Nov 23, 2018 · 3 comments
Assignees
Labels
Milestone

Comments

@luciano-renzi
Copy link
Member

I want to add a list of tags to a test.

AC:

  • A test can have a list of tags: tags = ['tag1', 'tag2']
  • When running a suite tests can be filtered by tags
  • A suite can have 'tags' attribute; add to GUI suite builder
  • Tags can be passed to the run command: golem run foo bar --tags tag1 tag2
  • -t argument should be used for tags instead of threads
@luciano-renzi
Copy link
Member Author

Tags should work as a filter:

golem run project suite --tags foo  # run all the tests of 'suite' that have 'foo' tag
golem run project . --tags foo      # run every test with 'foo' tag
golem run project folder/ --tags    # run every test in 'folder' with 'foo' tag

@r-roos r-roos self-assigned this Jan 13, 2019
@r-roos
Copy link
Member

r-roos commented Mar 3, 2019

added via #167

@luciano-renzi
Copy link
Member Author

0.8.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants