Skip to content

[Feature] Clickable test titles in failed/flaky/skipped sections #257

Open
@jrencz

Description

@jrencz

Hi,

Thanks for a the great tool!

To make it even better I propose to allow making the accordion positions clickable so that when I see something failing I don't have to look for it in the deployed report

I mean:

const list = tests.map((test) => ` ${test.title}`).join('\n')

could become a

- const list = tests.map((test) => `  ${test.title}`).join('\n')
+ const list = tests.map((test) => `  [${test.title}](${reportUrl}#?testId=${test.id})`).join('\n')

either out of the box, or configurable via input.

How do you feel about it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions