Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/cucumber/godog

Cucumber for golang
https://github.com/cucumber/godog

fix snippet trailing space, missing event for test case finish

8d911a71f00ae505b9fc5fb78d08d232545f5369 authored about 8 years ago by gedi <[email protected]>
adapt event stream

78cb180a3a41c7a1d45cadcbd7cefcfd10d60e92 authored about 8 years ago by gedi <[email protected]>
must be able to customize output for formatters

since it maybe configured by flag values in the future
example:
- godog -f junit:stdout
- god...

e71d5964042ade73113722bd784e21a3fa31c4a2 authored about 8 years ago by gedi <[email protected]>
initial event stream format implementation based on spec 0.1.0

aed77a5b4b09422cca04c8ebd25f9a0e9b4b112f authored about 8 years ago by gedi <[email protected]>
implementation of event stream formatter

34acb056eaf99c7ef261d07c35c9831c03a22159 authored about 8 years ago by gedi <[email protected]>
initial tests for event stream formatter

c50c2dc368011f4614e24735f2dd903d0ada6d15 authored about 8 years ago by gedi <[email protected]>
add method to allow running from go source, without flags, see #50

49e59d9296f456a0dcc7926f250ef2086d98f474 authored about 8 years ago by gedi <[email protected]>
reorganize the output binary command -o

eac32e6f48ee0a56a4ccd9914ccac3ae46923049 authored about 8 years ago by gedi <[email protected]>
Merge branch 'feature_keep_bin'

4fa1662f1db6b7a1fda881e3df06470023b0e6ae authored about 8 years ago by gedi <[email protected]>
Add the ability to keep the executable - reflecting **go build -o dest** and skipping execution (as suggested by Gediminas Morkevicius).

9264cba3007f69db6bba8217115b0718233b9b94 authored about 8 years ago by Ed Harper <[email protected]>
update travis and add 1.7 go version

351a1adaf9653e119c94f29ebc9b2c4275f511a6 authored over 8 years ago by gedi <[email protected]>
fix snippet string argument extraction followed by non space character

c302697f9e8e58bdf1880426f392b62384cf6429 authored over 8 years ago by gedi <[email protected]>
bump version

6e3b3f764a57d37691c0dfd007e7e586d3e452dc authored over 8 years ago by gedi <[email protected]>
closes #49

a20d2de63ae4b480fd1c81960339fff862b2f422 authored over 8 years ago by gedi <[email protected]>
remove unnecessary linker flag

ba1202b02fa6b8f4bb012505eb3041a6f5f90aec authored over 8 years ago by gedi <[email protected]>
Merge pull request #48 from pmcgrath/api-example-fix

Updated API example to now use FeatureContext func name rather than f…

78b2653e9a7400178fa48754c74c6b0d1bef95bb authored over 8 years ago by Gediminas Morkevicius <[email protected]>
Updated API example to now use FeatureContext func name rather than featureContext, also updated the screenshots

ab47cd9af01370976836064a87e29aec326bebdf authored over 8 years ago by pmcgrath <[email protected]>
fixes outline example printer, fixes #47

6b2d813498a1aa7d13abbf5f3a1e5368b48b9923 authored over 8 years ago by gedi <[email protected]>
example to run godog from go test, closes #46

409db5f4de9ae5bc4c35ad1d24c57c260798d74b authored over 8 years ago by gedi <[email protected]>
Merge pull request #45 from OwenGr/master

Adding nil ref check

12144eff80b898ac56a60649479f0bf17d17becd authored over 8 years ago by Gediminas Morkevicius <[email protected]>
Adding nil ref check

69ed3594096389e1ff55b575b8af96960818dba5 authored over 8 years ago by Owen Graupman <[email protected]>
Merge pull request #43 from nightlyone/fix_commentPos_panic

use maximum step length of background and scenario

c8ff23a1de5a6dfc41579bbd2b1402f748030841 authored over 8 years ago by Gediminas Morkevicius <[email protected]>
use max step len of background & scenario outline

in order to avoid panic in printStep (line 217)
also for scenario outlines.

Updates #42

7d11af4218d115c81ec2cdcba563f3f5d3cd9dd7 authored over 8 years ago by Ingo Oeser <[email protected]>
use maximum step length of background and scenario

in order to avoid panic in printStep (line 217).

Fixes #42

65ace21dc8d65ad081be3cc120ecfa9b8953e090 authored over 8 years ago by Ingo Oeser <[email protected]>
update godog usage example with more details

a91846c1ab24f05299c85adee7215dcbfbf3da00 authored over 8 years ago by gedi <[email protected]>
look into more vendor directories for godog package, fixes #35

6e2c1b291a49dd2f7580b14267a0cacf502074c8 authored over 8 years ago by gedi <[email protected]>
sort feature files by path when executing, separate the concurrent runner

abc6b65c1cecb69dda766cd8a8b9ecd8a19f21b7 authored over 8 years ago by gedi <[email protected]>
pkg may be nil at this point, assume main package

a6a318322b6546853f337293f881a2d1c7a7f363 authored over 8 years ago by gedi <[email protected]>
Merge pull request #41 from pyros2097/patch-1

Readme add answer in new line

c9a9f3c1da8df2e181e6393702dcd213c73685f7 authored over 8 years ago by Gediminas Morkevicius <[email protected]>
Readme add answer in new line

4322eaa8e9b5bf4062b04640e08434c236c66ddd authored over 8 years ago by pyros2097 <[email protected]>
move change log to separate file

36742103e394671cb0681497440d35544e8183a9 authored over 8 years ago by gedi <[email protected]>
update readme and bump version

58c203d2e742422fc75ead3ccd6785cd9eebbb02 authored over 8 years ago by gedi <[email protected]>
Merge pull request #40 from DATA-DOG/build-tools

Revisit godog suite compilation and build tools to support vendoring

5a17900dba10e5b138b00289c5168caeff321742 authored over 8 years ago by Gediminas Morkevicius <[email protected]>
update screenshots, allow godog to execute in empty directory

337a551087dd669b5870851bc96aa4cfc815b919 authored over 8 years ago by gedi <[email protected]>
case when there are no test files or contexts

c7e1bf22bc9276f8c5dfe977b2193ea8e60dcbb5 authored over 8 years ago by gedi <[email protected]>
fix feature path assertion for windows os

4a62479892273dab4b19c1332809c5b9932ddf79 authored over 8 years ago by gedi <[email protected]>
go15 and later can be supported only, tested and confirmed

c191427d295ed3fb94f4979b9489d9009a488110 authored over 8 years ago by gedi <[email protected]>
check vendor experiment var, which may not be exported for 1.5

e62cfda29dcc0dd83ffad14a5d5b3b13c0632b32 authored over 8 years ago by gedi <[email protected]>
support for multiple GOPATHs

62c22e1df8d00d6571c91c4acf61dd0b1ed2ca0d authored over 8 years ago by gedi <[email protected]>
make sure godog package is installed before compilation of test package

8272a307cfbb297196f571aafa0d120bed095eb4 authored over 8 years ago by gedi <[email protected]>
remove go1.4 from supported versions

4b6e3ea3434426e5672d5add12703959e7d3f7a6 authored over 8 years ago by gedi <[email protected]>
cleanup builder, support older go versions

f43583e36ea444ee3733565aa0e39d933cabfe51 authored over 8 years ago by gedi <[email protected]>
require godog contexts to be exported

4610466f82b340982e1fd2a99456a68ce6232ffb authored over 8 years ago by gedi <[email protected]>
compile test package and godog suite with go tools

0289b3f133656c586ba76c3b47e5274feeba7a0f authored over 8 years ago by gedi <[email protected]>
cleanup and fix locating for godog dependency

2772b1df346b68cbdbd0be8092ec16cf46d20cab authored over 8 years ago by gedi <[email protected]>
requires context with capital now, will need a migration

d0f68b3fe11e96bf4d2aa666c5fed038f7d36c20 authored over 8 years ago by gedi <[email protected]>
closes #39

2162380725d3a7160397e2c257a435d9104f265f authored over 8 years ago by gedi <[email protected]>
Merge pull request #38 from lexandro/master

Fixing variable names in ansicolor to enable windows build

f16addd9c9bf93a51cf3862842948e5177e66c0e authored over 8 years ago by Gediminas Morkevicius <[email protected]>
Fixing variable names in ansicolor to enable windows build

89c17f1376f80ed62e7c91a3c2c11d27c65a02d5 authored over 8 years ago by Robert Stern <[email protected]>
update readme with vendor issue note and a tutorial reference

da70b4d90495356893c3f721e4828e547498cd48 authored over 8 years ago by gedi <[email protected]>
no-colors flag to disable ansi colors, closes #36

9cc301f701f0d8fea679fb157b30cc7f856edd51 authored over 8 years ago by gedi <[email protected]>
update package doc and readme

603066d939246fde81c0e1d7fe757de1521b837e authored over 8 years ago by gedi <[email protected]>
fix utf8 character counting for printers

726a451b7a345d5bab0cda498e8b2e47d6f1b5e9 authored over 8 years ago by gedi <[email protected]>
parse flags in runner command, to be able to show version or help, closes #34

9bde6a2b9b5d7c6c94a889ce17974f2ad41bfd9b authored over 8 years ago by gedi <[email protected]>
matched step func name and reference in pretty printer

f9eab9da27af686a9b6f2715c5f835a9886b4d6a authored over 8 years ago by gedi <[email protected]>
fixes bug when there is more than one context registered, closes #32

f9fab51a1aed6d5aca1e6bd3ba781db6b885c4cf authored over 8 years ago by gedi <[email protected]>
ship gherkin parser in a subpackage to prevent compatibility conflicts

518101cbc70683dfec0ea68be437011ae32e0748 authored over 8 years ago by gedi <[email protected]>
Merge pull request #29 from DATA-DOG/try-testmain

build test binary instead of single file to execute, use TestMain

c25dedf000e7aac9962fcd7b5e3f725ca723df28 authored over 8 years ago by Gediminas Morkevicius <[email protected]>
bump version, update error handling on main command

320a5612c1dedb57eb41c9f92741c6c3026c4d2f authored over 8 years ago by gedi <[email protected]>
closes #26

70af4fc5a7323583f843344885569d19ca4dad91 authored over 8 years ago by gedi <[email protected]>
update readme

0820626eee02e25edbcb0d6be2c5dc6ccfefffa2 authored over 8 years ago by gedi <[email protected]>
use standard go build package to create a godog test suite

* 1d6c8ac finish refactoring to support standard way of building test package

198755476ddf44cb5ac524bd91a8b03023bb7e10 authored over 8 years ago by gedi <[email protected]>
test builder ast functions

468711f03cf07ff39c5d13c1211d7ebfba5e1bbb authored over 8 years ago by gedi <[email protected]>
reorganize test package builder

8cd540d3afed4f789d3aa50a6958c614f5363804 authored over 8 years ago by gedi <[email protected]>
drop support for older than 1.4 go versions

4c779c8fdf865844ca17910974a011f78ea35fd8 authored over 8 years ago by gedi <[email protected]>
build test binary instead of single file to execute, use TestMain

936fd6dadcaa3971e88526cde2e2b4a09f5b16fe authored over 8 years ago by gedi <[email protected]>
fix panic handling on step run, was giving wrong results

53f9c3ad1c92f2e5b44d0012f0dafdaad9e1b972 authored over 8 years ago by gedi <[email protected]>
adjust and add tests to snippet builder

8419e90c92ac0f404f0ec4f8b30c55eb7ea15700 authored over 8 years ago by gedi <[email protected]>
snippet builder fixes, closes #23

3ffdd2599b0f1b5b44949c5938605682a0d32bc0 authored over 8 years ago by gedi <[email protected]>
should close #25

60f8b3340ec090514b1c62632e1db04f40f42d67 authored over 8 years ago by gedi <[email protected]>
remove linters from travis, too much changes to support all go versions

a7c71e317124cbae60fd68cbd63130e792b0af92 authored over 8 years ago by gedi <[email protected]>
allow unused imports, update tests related to changes #20

ca7ddd62756835bd67d262c756e4e4309376c961 authored over 8 years ago by gedi <[email protected]>
closes #20

bb0363c4bba18397984d50758d2d48d653f8eecb authored over 8 years ago by gedi <[email protected]>
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 d...

e9c3d69e2d0fb579fc0ea428385e44045d234245 authored almost 9 years ago by gedi <[email protected]>
TestCase should not be public for junit formatter

34899b4d051661ce38e380616d096ce7f2fbf094 authored almost 9 years ago by gedi <[email protected]>
junit formatter implementation, adapt pretty formatter

closes #14 background was not printed with outline scenarios in feature

8a07e4cae3874951e3d33843a05af580bfb911bc authored almost 9 years ago by gedi <[email protected]>
fixes

b192f0bd23163cba9014e2c9cf6808ae250aba71 authored almost 9 years ago by gedi <[email protected]>
Merge remote-tracking branch 'adrian/master'

caad6e34cb518c29d2cb7320ac5e32b18e528a74 authored almost 9 years ago by gedi <[email protected]>
BC break was introduced in gherkin-go master, use gopkg.in for explicit version

b669223afdd611f7049dae772e5609ab707fcad8 authored almost 9 years ago by gedi <[email protected]>
Merge pull request #16 from omnicolor/typo-fix

README fixes

38c79db503ff4ad0cbb7c1fd04531f243d992c7d authored almost 9 years ago by Gediminas Morkevicius <[email protected]>
Changed lets (permit or allow) to let's (contraction of "let us")

54169819894cb04790b9b9562059352ce5c6364c authored almost 9 years ago by Omni Adams <[email protected]>
Combined sentence fragment with following sentence for improved readability

9e5098e012cf3e055210e7bff7040102752ea1e4 authored almost 9 years ago by Omni Adams <[email protected]>
Changed it's (contraction of "it is") to possessive pronoun its

8956b9ad578b46b42235e9ef76def2a68231c18c authored almost 9 years ago by Omni Adams <[email protected]>
Add JUnit formatting support

d5b9497d7ade8e5d95c81e1d86b77b3da4ca4d91 authored almost 9 years ago by Adrian Duke <[email protected]>
adjust logo size

ced06e6f224609f582c9b21bcd1d7eed1050fcf3 authored over 9 years ago by gedi <[email protected]>
minify logo

afbb70017ff6a7f12de96bab610e95c312098674 authored over 9 years ago by gedi <[email protected]>
add logo

4811c880f24241fa26fada41ccc2c2436f5dca95 authored over 9 years ago by gedi <[email protected]>
update database test example

f748d3cb707842b9b5cd461d5d554b5a90c6a351 authored over 9 years ago by gedi <[email protected]>
skip one test for go1.1

0d5e51f09169150b9bf59555c748f0420e034260 authored over 9 years ago by gedi <[email protected]>
test runnable source builder

5e5234f81f512f0b2a1c056c510e25b11263e918 authored over 9 years ago by gedi <[email protected]>
handle exit status from printing twice, closes #12

4157f017869fb36fcf9ab4862e8e0e5115adb9fc authored over 9 years ago by gedi <[email protected]>
update travis build for go 1.1

d4829078a9333a2c024c4753102d0bb23ed87119 authored over 9 years ago by gedi <[email protected]>
renamed RegisterFormatter to Format

882480ccd09fc580fb3259226ad6e5cd079e8f17 authored over 9 years ago by gedi <[email protected]>
refactor suite runner to support concurrent model

* ef86715 add a concurrency flag
* 8674a58 run suite concurrently, closes #3

970eddc16a571d48b12996391990ecd10c25cae7 authored over 9 years ago by gedi <[email protected]>
instead of Suite interface expose Suite struct

* 570d70a update examples regarding Suite interface removal, closes #11

ca36316b7a4c28117f50eb3f72af0dace66fea5e authored over 9 years ago by gedi <[email protected]>
update examples/db to pass golint

46f5218d3635a9e777c51a95db2cf914bbd8cd73 authored over 9 years ago by gedi <[email protected]>
test undefined step snippet templates

56998cc5cfd8602f3d040ad781fbd714b1cc9788 authored over 9 years ago by gedi <[email protected]>
do not lint examples on travis

42158ff04b9febba16044a2723b54c190726a4c8 authored over 9 years ago by gedi <[email protected]>
run go tests only in root package

3ec64f42c9b4c514e2fd76b7a2e8049a3392b27b authored over 9 years ago by gedi <[email protected]>
add a database interaction example

e99804d43faa0967b3ac015d055cc50fa55b48aa authored over 9 years ago by gedi <[email protected]>