Skip to content

Add support for tags (3.1.7 feature) #50

@michalpravda

Description

@michalpravda

I would like to be able to declare tags of tests I [don't] want to run.

Semantically the same ability as:
select * from table(ut.run(a_tags => 'api,fast,-complex'));

Probably like:
<configuration><tests><test><tags>api,fast,-complex</tags></test></tests></configuration>

Metadata

Metadata

Assignees

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