StaticaddAdd a tag to an existing tags JSON string
Existing tags JSON
Tag to add
Updated JSON string
StaticgetGet unique tags from multiple test runs
Array of tags JSON strings
Unique sorted tags
StaticparseParse tags as full TestTag objects
JSON string containing tags array
Array of TestTag objects
StaticparseParse tags from JSON string
JSON string containing tags array
Array of tag strings or TestTag objects
StaticremoveRemove a tag from an existing tags JSON string
Existing tags JSON
Tag to remove
Updated JSON string
StatictoConvert tags array to JSON string for storage
Array of tag strings or TestTag objects
JSON string
Helper functions for working with Tags JSON