godog/internal
John Lonergan bcf6bce793
ambiguous step def detection akin to cucumber jvm (#636)
* added basic detection for ambiguous steps, but causes an error and not yet recorded in the reports as 'Ambiguous', and no test cases figured out yet

* added initial support for detection of ambiguous steps - further work take a look at how cuke jvm report ambiguous steps and sets the step status to 'ambiguous' rather than my current solution which just blows the test up as a regular step error

* added suite_context_test and also introduced missing 'ambiguous' status to make cucumber jvm'

* update CHANGELOG for ambiguous step defs

* missed file from commit

* added internal/formatters/fmt_multi_test.go

* add tests for other peoples code

* added "ambigous" to the help text

* tests

* added some more tests for attachments

* Update internal/flags/flags.go

Co-authored-by: Viacheslav Poturaev <nanopeni@gmail.com>

---------

Co-authored-by: Viacheslav Poturaev <nanopeni@gmail.com>
2024-07-01 10:28:39 +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 ambiguous step def detection akin to cucumber jvm (#636) 2024-07-01 10:28:39 +01:00
models ambiguous step def detection akin to cucumber jvm (#636) 2024-07-01 10:28:39 +01:00
parser Use fs.FS abstraction for filesystem (#550) 2023-03-27 21:52:51 +02:00
storage Use staticcheck GitHub Action (#563) 2023-06-06 16:52:06 +02: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