Skip to content

[feature] progress in testing log #526

@jiangying000

Description

@jiangying000

currently nextest supports progress bar, but I did not find a way to enable a log like below, it is an example made by hand:

Finished test [unoptimized + debuginfo] target(s) in 6m 01s
Starting 500 tests across 161 binaries (17 skipped)
[1/500]    PASS [   0.009s]                                        bcs-ext tests::test_bcs_enum_compact
[2/500]     PASS [   0.009s]                                        bcs-ext tests::test_serialize
  ....many lines
[400/500]    PASS [   0.232s]                starcoin-service-registry::basc test_launch_and_shutdown
 [401/500]     PASS [   0.234s]                starcoin-service-registry::basc test_basic

so that when a open a part of CI log ( like the one on github, github give us tail of log when testing is running) we can see current testing progress

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions