Skip to content

Print the running test names on CI #4001

@archmoj

Description

@archmoj
Contributor

Currently the tests that are skipped are logged in blue lines; whereas for the actual running tests only a dot is printed out.
As a result it looks almost impossible to figure out which tests are actually failing on the CI.

Why not logging the names of the tests that we run instead of those that are skipped?

Screenshot from 2019-06-30 19-46-30

Activity

etpinard

etpinard commented on Jul 2, 2019

@etpinard
Contributor
etpinard

etpinard commented on Jul 2, 2019

@etpinard
Contributor

We could also turned off

suppressFailed: true,
suppressPassed: true,

on CI if you prefer.

etpinard

etpinard commented on Jul 2, 2019

@etpinard
Contributor

@archmoj @antoinerg let me know if you prefer the test report off:

https://circleci.com/gh/plotly/plotly.js/43636#tests/containers/1

using commit 51b60fb

antoinerg

antoinerg commented on Jul 2, 2019

@antoinerg
Contributor

@archmoj @antoinerg let me know if you prefer the test report off:

https://circleci.com/gh/plotly/plotly.js/43636#tests/containers/1

using commit 51b60fb

I don't mind it :)

archmoj

archmoj commented on Jul 2, 2019

@archmoj
ContributorAuthor

Love it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @antoinerg@etpinard@archmoj

      Issue actions

        Print the running test names on CI · Issue #4001 · plotly/plotly.js