Fredrik Lönnblad
|
150c400163
|
Created internal packages for formatters, storage and models
|
2020-07-02 08:51:31 +02:00 |
|
Fredrik Lönnblad
|
39940f55bc
|
Added support for concurrent scenarios
|
2020-06-14 19:21:01 +02:00 |
|
Fredrik Lönnblad
|
b717039e16
|
Refactored some states in the formatters and feature struct
|
2020-06-14 09:49:22 +02:00 |
|
Fredrik Lönnblad
|
b1a69ae142
|
Added features to the in-mem storage
|
2020-06-13 06:45:14 +02:00 |
|
Fredrik Lönnblad
|
cd7663fccf
|
Added Pickle and PickleStep results to the in-mem storage
|
2020-06-10 21:45:23 +02:00 |
|
Fredrik Lönnblad
|
4356addf9f
|
Added an in-mem storage for pickles
|
2020-06-09 13:30:32 +02:00 |
|
Fredrik Lönnblad
|
df3ce739e8
|
Unexported some exported properties in unexported structs
|
2020-06-07 15:22:50 +02:00 |
|
Fredrik Lönnblad
|
2deda99861
|
Added concurrency support to the pretty formatter
|
2020-03-26 11:56:28 +01:00 |
|
Fredrik Lönnblad
|
4bef0c945a
|
Fixed a bug when having multiple failed steps across multiple features
|
2020-03-15 21:09:11 -03:00 |
|
Fredrik Lönnblad
|
58bcac6a61
|
Upgraded gherkin-go and messages-go to latest
|
2020-03-12 15:16:43 -03:00 |
|
Fredrik Lönnblad
|
f045623fcf
|
Fixed dependency issue
|
2020-03-10 15:10:12 -03:00 |
|
Fredrik Lönnblad
|
03c53d9780
|
Revert "Revert "Migrated to github.com/cucumber/gherkin-go - v9.2.0""
|
2020-03-09 14:40:09 -03:00 |
|
Fredrik Lönnblad
|
84b42bdd4d
|
Revert "Migrated to github.com/cucumber/gherkin-go - v9.2.0"
|
2020-03-05 19:37:39 -03:00 |
|
Fredrik Lönnblad
|
edafd7752d
|
Fixed broken tests
|
2020-03-02 19:42:59 -03:00 |
|
Fredrik Lönnblad
|
c2c123f90a
|
Migrated to github.com/cucumber/gherkin-go - v9.2.0
Signed-off-by: Fredrik Lönnblad <fredrik+github@lonnblad.com>
|
2020-02-29 16:00:33 -03:00 |
|
Fredrik Lönnblad
|
9b86360854
|
Moved base concurrency support to the basefmt
|
2020-02-29 15:08:08 -03:00 |
|
Jayson Smith
|
b9b8a8cd4f
|
Change data-dog/godog references to cucumber/godog
* update makefile
|
2020-02-06 08:38:28 -07:00 |
|
Kumar Harsh
|
7a1b9ad5a9
|
fix(output): use bold-black for muted texts
Closes #121
|
2019-05-29 17:13:14 +05:30 |
|
gedi
|
bfec1e9b48
|
some tests with background steps
|
2018-11-15 15:50:23 +02:00 |
|
gedi
|
51d481d1c7
|
undefined outline scenario test with examples
|
2018-11-15 11:28:42 +02:00 |
|
gedi
|
edf592e2b9
|
add some features and expected output for pretty formatter
|
2018-11-12 17:17:57 +02:00 |
|
gedi
|
d9b8b88dd7
|
closes #145
|
2018-10-27 19:09:36 +03:00 |
|
gedi
|
f9aabcdc58
|
common failed scenario output for progress and pretty format: #113
|
2018-03-04 12:17:12 +02:00 |
|
gedi
|
cf27a6173c
|
fixes errored scenario output for outlines closes #113
|
2018-03-04 10:34:58 +02:00 |
|
gedi
|
272624afcc
|
do not fire events when feature or scenario is empty
|
2017-10-26 14:14:34 +03:00 |
|
gedi
|
c316cae832
|
should resolve #94
|
2017-07-22 14:08:07 +03:00 |
|
gedi
|
70f777599d
|
closes #92
|
2017-07-02 19:22:23 +03:00 |
|
gedi
|
e4ed3b9a9c
|
handles undefined step templates for nested steps
|
2017-04-29 22:56:28 +03:00 |
|
gedi
|
ef794d57ca
|
resets time to zero for all godog tests
|
2017-04-28 10:57:09 +03:00 |
|
gedi
|
84023ead3e
|
adds back bold font for matched arguments, was lost while refactored
|
2017-02-10 21:47:55 +02:00 |
|
gedi
|
f8334bc959
|
closes #65
|
2017-02-10 21:40:39 +02:00 |
|
gedi
|
bfb741f6c7
|
closes #54 will print stack trace if case of panic
|
2016-11-22 21:00:43 +02:00 |
|
gedi
|
115923c97f
|
refactor colorization into the separate package
|
2016-10-30 22:33:37 +02:00 |
|
gedi
|
1467bfd672
|
pass in suite name - tested package name
|
2016-10-30 18:31:39 +02:00 |
|
gedi
|
e71d596404
|
must be able to customize output for formatters
since it maybe configured by flag values in the future
example:
- godog -f junit:stdout
- godog -f junit:output.xml
|
2016-10-30 18:27:34 +02:00 |
|
gedi
|
34acb056ea
|
implementation of event stream formatter
|
2016-10-30 18:27:34 +02:00 |
|
gedi
|
6b2d813498
|
fixes outline example printer, fixes #47
|
2016-07-13 10:00:21 +03:00 |
|
Owen Graupman
|
69ed359409
|
Adding nil ref check
|
2016-06-27 13:06:29 -06:00 |
|
Ingo Oeser
|
7d11af4218
|
use max step len of background & scenario outline
in order to avoid panic in printStep (line 217)
also for scenario outlines.
Updates #42
|
2016-06-22 23:48:29 +02:00 |
|
Ingo Oeser
|
65ace21dc8
|
use maximum step length of background and scenario
in order to avoid panic in printStep (line 217).
Fixes #42
|
2016-06-22 23:43:07 +02:00 |
|
gedi
|
726a451b7a
|
fix utf8 character counting for printers
|
2016-06-02 08:36:27 +03:00 |
|
gedi
|
518101cbc7
|
ship gherkin parser in a subpackage to prevent compatibility conflicts
|
2016-05-27 09:23:09 +03:00 |
|
gedi
|
e9c3d69e2d
|
be compatible with gherkin library changes
the downside is that if outline examples are empty
it won't be pretty printed as node. But that does not make
much difference anyway
|
2016-03-04 12:59:56 +02:00 |
|
gedi
|
8a07e4cae3
|
junit formatter implementation, adapt pretty formatter
closes #14 background was not printed with outline scenarios in feature
|
2016-03-04 11:24:25 +02:00 |
|
gedi
|
b669223afd
|
BC break was introduced in gherkin-go master, use gopkg.in for explicit version
|
2016-03-02 15:28:04 +02:00 |
|
gedi
|
882480ccd0
|
renamed RegisterFormatter to Format
|
2015-07-03 16:01:46 +03:00 |
|
gedi
|
5829b59e80
|
improve scenario outline tests and behavior
|
2015-06-30 14:36:38 +03:00 |
|
gedi
|
e8f6030616
|
refactor formatters to have base structure
|
2015-06-29 14:11:57 +03:00 |
|
gedi
|
6a99e1320d
|
add pending step error and handling
|
2015-06-29 14:10:39 +03:00 |
|
gedi
|
b3b02bc417
|
minor optimizations, add []byte support for arguments
|
2015-06-28 11:37:05 +03:00 |
|