Test-More / Test2-Harness

Alternative to Test::Harness
Other
23 stars 26 forks source link

replay: allow a relative filename instead of job id #182

Closed rjbs closed 4 years ago

toddr commented 4 years ago

What is the goal here? Is this for an addon? I'm vaguely concerned it will impact how Test2::Harness::Renderer::JUnit processes re-runs.

exodist commented 4 years ago

@toddr this is for the 'replay' command, which lets you use a log file as input and replay the entire test run from the log instead of running the tests again. The command lets you list job-id's to only show the specific job-ids and not show any output for the other jobs. @rjbs is working on a PR that lets you specify filenames instead of only job-ids as that is easier for humans. This should have no effect on re-runs.