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
gedi
c6d00dd6d5
refactor to use cocumber gherkin3 parser library
...
* bdde4c4 fix test suite and migration changes
* a3b6e01 refactor pretty formatter
* 2c0c7ba fix outline scenario handling
* f6b411d add a different language test feature
add a different language test feature
2015-06-25 21:19:02 +03:00
gedi
d5755df70c
ensure source formatting with golint, go vet and go fmt
2015-06-23 15:27:22 +03:00
gedi
e824fde3f9
add an ls feature example
2015-06-23 13:51:45 +03:00
gedi
df26aa1c1c
support scenario outline with example table
...
* 042235c expose StepDef which is needed to formatters
* e9474dc fix outline scenario formatting
* f02c6ce fix comment position calculation for outlines
* 5d7f128 remove step status type, use standard error
2015-06-22 17:23:10 +03:00
gedi
ebc2621555
rename formatter related files to fmt
2015-06-18 17:41:47 +03:00