Граф коммитов

216 коммитов

Автор SHA1 Сообщение Дата
gedi
834d5841c7 makes more explicit error message for an example json matcher 2017-03-16 20:29:40 +02:00
gedi
cf8fbb4ad0 fixes test case location matching and bumps version 2017-03-09 19:29:51 +02:00
gedi
96efe41c4d simplify cucumber output format matcher for now 2017-03-09 18:48:56 +02:00
Gediminas Morkevicius
f726a8ed55 Merge pull request #67 from ckstettler/cuke-fmt
Added support for the cucumber json format.
2017-03-09 18:44:27 +02:00
Stettler, Robert
819ce03090 Reformatting. 2017-03-02 10:50:30 -05:00
Stettler, Robert
7a4d079c2a Reformatting. 2017-02-27 08:15:51 -05:00
Stettler, Robert
d0e613d6c8 Discovered defects resulting from not comparing the expected and actual structures. Times when actual contained more fields than expected. 2017-02-27 07:24:54 -05:00
Stettler, Robert
877f6a2c49 Added an additional test case to improve coverage. 2017-02-24 10:22:14 -05:00
Stettler, Robert
00836409e4 Made updates based on golint report. 2017-02-24 06:48:46 -05:00
Stettler, Robert
061d3a3b74 Added support for Docstirngs
Updated lang.feature with the additional cucumber.feature
Updated load.feature with the additional cucumber.feature
Updated events.feature to account for ripple effect of updating lang and load
Updated run.go to indicate that cucumber formatter does not support concurrent.
Updated suite_test.go to handle one new testing step.
2017-02-23 11:49:04 -05:00
Stettler, Robert
7c9f5bfb02 Added comments to feature node.
Fixed duration
Fix defect is example id
2017-02-22 09:39:21 -05:00
Stettler, Robert
afc629be69 Added examples logic. 2017-02-21 10:45:05 -05:00
Stettler, Robert
9820f49ceb Added examples logic. 2017-02-17 12:36:07 -05:00
Stettler, Robert
a201aed432 Save some work for cucumber format. 2017-02-17 10:54:08 -05:00
gedi
c3f5ce2793 bumps version 2017-02-10 21:49:14 +02: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
5a471a7e2f closes #60 allows custom formatters to run concurrently 2017-01-16 13:52:58 +02:00
Gediminas Morkevicius
380fc85cb9 Merge pull request #59 from Dogild/STDINGodog
Fixed: assigned os.Stdin to cmd.Stdin when launching godog
2017-01-05 20:44:35 +02:00
Alexandre Wilhelm
a4f199f35f Fixed: assigned os.Stdin to cmd.Stdin when launching godog 2017-01-05 10:25:55 -08:00
gedi
601d087173 adds codecov.io report 2016-12-07 09:14:17 +02:00
gedi
2e189ad0f9 use Options in FlagSet 2016-11-22 21:12:18 +02:00
gedi
bfb741f6c7 closes #54 will print stack trace if case of panic 2016-11-22 21:00:43 +02:00
gedi
dbda8afb77 fix examples based on recent changes 2016-11-22 20:09:53 +02:00
gedi
623ff9946e update change log 2016-10-30 22:55:11 +02:00
gedi
e2069934b3 allow run options to configure output writer 2016-10-30 22:34:39 +02:00
gedi
115923c97f refactor colorization into the separate package 2016-10-30 22:33:37 +02:00
gedi
a4b5349b94 handle the trailing space in snippets 2016-10-30 18:31:39 +02:00
gedi
dcc654c5fb do not exit with error when producing event stream 2016-10-30 18:31:39 +02:00
gedi
8d911a71f0 fix snippet trailing space, missing event for test case finish 2016-10-30 18:31:39 +02:00
gedi
fb26a4d567 fixed test case finished event determination 2016-10-30 18:31:39 +02:00
gedi
78cb180a3a adapt event stream 2016-10-30 18:31:39 +02:00
gedi
1467bfd672 pass in suite name - tested package name 2016-10-30 18:31:39 +02:00
gedi
c50c2dc368 initial tests for event stream formatter 2016-10-30 18:27:34 +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
aed77a5b4b initial event stream format implementation based on spec 0.1.0 2016-10-30 18:27:34 +02:00
gedi
34acb056ea implementation of event stream formatter 2016-10-30 18:27:34 +02:00
gedi
49e59d9296 add method to allow running from go source, without flags, see #50 2016-10-28 17:48:39 +03:00
gedi
eac32e6f48 reorganize the output binary command -o 2016-10-28 17:16:05 +03:00
gedi
4fa1662f1d Merge branch 'feature_keep_bin' 2016-10-28 16:48:05 +03:00
Ed Harper
9264cba300 Add the ability to keep the executable - reflecting **go build -o dest** and skipping execution (as suggested by Gediminas Morkevicius). 2016-10-28 16:47:35 +03:00
gedi
351a1adaf9 update travis and add 1.7 go version 2016-09-20 15:37:31 +03:00
gedi
c302697f9e fix snippet string argument extraction followed by non space character 2016-09-20 15:21:08 +03:00
gedi
6e3b3f764a bump version 2016-08-07 19:35:39 +03:00
gedi
a20d2de63a closes #49 2016-08-07 19:32:58 +03:00
gedi
ba1202b02f remove unnecessary linker flag 2016-07-30 12:56:58 +03:00
Gediminas Morkevicius
78b2653e9a Merge pull request #48 from pmcgrath/api-example-fix
Updated API example to now use FeatureContext func name rather than f…
2016-07-14 16:40:40 +03:00
pmcgrath
ab47cd9af0 Updated API example to now use FeatureContext func name rather than featureContext, also updated the screenshots 2016-07-14 14:23:50 +01:00
gedi
6b2d813498 fixes outline example printer, fixes #47 2016-07-13 10:00:21 +03:00
gedi
409db5f4de example to run godog from go test, closes #46 2016-07-11 10:46:39 +03:00