Softonik
0c030e0a6c
Модуль переименован для публикации
2025-06-03 04:16:23 +03:00
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
Viacheslav Poturaev
ea50e4bdfc
Use staticcheck GitHub Action ( #563 )
2023-06-06 16:52:06 +02:00
Viacheslav Poturaev
35820ff9fe
Reduce deps, fix CI for go1.16, format imports
2023-05-26 16:38:51 +02:00
Viacheslav Poturaev
aba6a689a4
Update CI for go1.20 ( #552 )
2023-04-04 00:11:09 +02:00
Tighearnán Carroll
6ce2b8696b
Use fs.FS
abstraction for filesystem ( #550 )
...
* compiles
* mock fs in tests
* fix parser tests
* fix run.go
* rename FeatureFS to FS
* fix docs typos
* remove debug log
* add os.DirFS("./") to default options
* reword docstring
* add fs wrapper
* updated readme and changelog
* added note
* fix changelog
* remove ./ gating from defaults
* add new storage.FS tests
* increase coverage of parser.parsePath
* increase coverage of TestSuite.RetrieveFeatures
* remove another os.Stat
---------
Co-authored-by: Tighearnán Carroll <tighearnan.carroll@gamil.com>
2023-03-27 21:52:51 +02:00
Alexandru Chitu
2264a0037b
chore(*): BREAKING CHANGE, use new repos for cucumber and messages ( #515 )
...
* chore(*): use new repos for cucumber and messages
* chore(*): go mod tidy _examples
Co-authored-by: otrava7 <alexandru.chit@gmail.com>
2023-01-05 12:41:56 +01:00
MBow
5414f3c5da
update gherkin-go to v19.0.3
...
update messages-go to v16.0.1
bump gomod version
comment on log line in std os.Stderr
examples to non rc version
go mod tidy
update circle (tbd)
2021-06-28 17:19:43 +01:00
Fredrik Lönnblad
2fa3b9f08c
Moved StepDefinition to the formatters pkg
2020-07-11 10:49:36 +02:00
Fredrik Lönnblad
150c400163
Created internal packages for formatters, storage and models
2020-07-02 08:51:31 +02:00