Skip to content

[Feature] Element counts of flaky/skipped tests #258

@jrencz

Description

@jrencz

Hi,

Right now comment has an open section Failed tests so one sees how many failed tests there is

But due to

const open = status === 'failed'

sections Flaky tests and Skipped tests are collapsed, so one doesn't immediately see how many of those there is.

I propose to alter

const summary = `${upperCaseFirst(status)} tests`

so that there's a count of each section (including Failed, why not)

- const summary = `${upperCaseFirst(status)} tests`
+ const summary = `${upperCaseFirst(status)} tests (${tests.length})`

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