godog/internal
Tighearnán Carroll c5a88f62c2
fix(formatter): On concurrent execution, execute formatter at end of Scenario (#645)
* fix(formatter): add onflush logger only print output at end of scenario when running concurrently

* add to changelog

* fix tests

* fix scenario outline output for the Pretty formatter

* fix casing for linter

* add coverage for new storage function

* relate suite back to where it was originally

* better type assertion on flush log

* var name for asserted formatter that doesn't clash with stdlib's fmt

* add coverage to summary

* only defer flush func when running concurrently

* much more concise way of deferring the flush

---------

Co-authored-by: Viacheslav Poturaev <vearutop@gmail.com>
2024-11-08 17:05:40 +01:00
..
builder Update CI for go1.20 (#552) 2023-04-04 00:11:09 +02:00
flags ambiguous step def detection akin to cucumber jvm (#636) 2024-07-01 10:28:39 +01:00
formatters fix(formatter): On concurrent execution, execute formatter at end of Scenario (#645) 2024-11-08 17:05:40 +01:00
models Fix some type checks on the signatures of nested step handlers (#647) 2024-10-15 13:25:13 +01:00
parser Use fs.FS abstraction for filesystem (#550) 2023-03-27 21:52:51 +02:00
storage fix(formatter): On concurrent execution, execute formatter at end of Scenario (#645) 2024-11-08 17:05:40 +01:00
tags Reduce deps, fix CI for go1.16, format imports 2023-05-26 16:38:51 +02:00
testutils Reduce deps, fix CI for go1.16, format imports 2023-05-26 16:38:51 +02:00
utils Created internal packages for formatters, storage and models 2020-07-02 08:51:31 +02:00