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

316 коммитов

Автор SHA1 Сообщение Дата
gedi
60f8b3340e should close #25 2016-05-13 08:32:15 +03:00
gedi
a7c71e3171 remove linters from travis, too much changes to support all go versions 2016-03-31 10:36:24 +03:00
gedi
ca7ddd6275 allow unused imports, update tests related to changes #20 2016-03-31 10:29:50 +03:00
gedi
bb0363c4bb closes #20 2016-03-31 10:11:21 +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
34899b4d05 TestCase should not be public for junit formatter 2016-03-04 11:38:19 +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
b192f0bd23 fixes 2016-03-03 09:11:38 +02:00
gedi
caad6e34cb Merge remote-tracking branch 'adrian/master' 2016-03-02 17:03:46 +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
Gediminas Morkevicius
38c79db503 Merge pull request #16 from omnicolor/typo-fix
README fixes
2016-02-24 06:07:33 +00:00
Omni Adams
5416981989
Changed lets (permit or allow) to let's (contraction of "let us") 2016-02-23 14:59:23 -06:00
Omni Adams
9e5098e012
Combined sentence fragment with following sentence for improved readability 2016-02-23 14:58:30 -06:00
Omni Adams
8956b9ad57
Changed it's (contraction of "it is") to possessive pronoun its 2016-02-23 14:57:17 -06:00
Adrian Duke
d5b9497d7a Add JUnit formatting support 2016-01-27 14:36:07 +00:00
gedi
ced06e6f22 adjust logo size 2015-07-10 13:10:56 +03:00
gedi
afbb70017f minify logo 2015-07-10 13:00:13 +03:00
gedi
4811c880f2 add logo 2015-07-10 12:58:01 +03:00
gedi
f748d3cb70 update database test example 2015-07-09 14:22:42 +03:00
gedi
0d5e51f091 skip one test for go1.1 2015-07-07 15:49:13 +03:00
gedi
5e5234f81f test runnable source builder 2015-07-07 15:07:20 +03:00
gedi
4157f01786 handle exit status from printing twice, closes #12 2015-07-03 17:16:12 +03:00
gedi
d4829078a9 update travis build for go 1.1 2015-07-03 16:19:52 +03:00
gedi
882480ccd0 renamed RegisterFormatter to Format 2015-07-03 16:01:46 +03:00
gedi
970eddc16a refactor suite runner to support concurrent model
* ef86715 add a concurrency flag
* 8674a58 run suite concurrently, closes #3
2015-07-03 15:54:26 +03:00
gedi
ca36316b7a instead of Suite interface expose Suite struct
* 570d70a update examples regarding Suite interface removal, closes #11
2015-07-03 15:54:06 +03:00
gedi
46f5218d36 update examples/db to pass golint 2015-07-03 10:44:25 +03:00
gedi
56998cc5cf test undefined step snippet templates 2015-07-03 10:34:05 +03:00
gedi
42158ff04b do not lint examples on travis 2015-07-02 23:05:01 +03:00
gedi
3ec64f42c9 run go tests only in root package 2015-07-02 16:42:56 +03:00
gedi
e99804d43f add a database interaction example 2015-07-02 16:18:04 +03:00
gedi
d25440860b update travis to test more go versions to ensure compatibility
* 172ad49 do not fetch linters and vet for go 1.1 tests
2015-07-02 11:22:18 +03:00
gedi
3b529178f3 fixed merged imports, was not including sql drivers for example 2015-07-02 11:09:58 +03:00
gedi
49baf5524b update byte comparison 2015-07-01 16:56:37 +03:00
gedi
42524a12f8 api server implementation tests example 2015-07-01 11:16:05 +03:00
gedi
b2e7b20045 always remove built test file 2015-06-30 15:17:41 +03:00
gedi
5829b59e80 improve scenario outline tests and behavior 2015-06-30 14:36:38 +03:00
gedi
996d3d2725 update for 0.2.0 release 2015-06-29 17:26:52 +03:00
gedi
bef768a5c3 update documentation 2015-06-29 17:06:55 +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
Gediminas Morkevicius
b15ff233e7 Merge pull request #10 from DATA-DOG/reflect-arguments
use reflection to set step arguments #9
2015-06-27 23:47:34 +03:00
gedi
2046da1611 use reflection to set step arguments #9
* 9226bc5 more expressive conversion errors
2015-06-27 23:46:43 +03:00
gedi
d7334fd66e fix readme 2015-06-27 20:00:41 +03:00
Gediminas Morkevicius
e1ef54416f Merge pull request #7 from DATA-DOG/gherkin3
refactor to use cocumber gherkin3 parser library
2015-06-25 21:25:34 +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
7b805b1ee7 add makefile for some convenient commands 2015-06-25 10:23:20 +03:00
gedi
3268237f5c closes #5 2015-06-25 10:13:15 +03:00
gedi
386c787135 closes #1 2015-06-23 22:38:50 +03:00