Hierarchy

  • TitleParser

Constructors

Methods

Constructors

Methods

  • parses TestIds from the passed in title. a TestId must be surrounded by square brackets and should take the form of: some test [ID123] with multiple ids [Another_ID] where ['ID123', 'Another_ID'] would be returned

    Parameters

    • title: string

      the test full title to be parsed

    Returns string[]

    an array of TestId strings or empty array

Generated using TypeDoc