Matt Wynne
3de6fb09f3
Merge pull request #391 from cucumber/flag-to-pflag
...
remove renamed imports of pflag.
2021-07-12 23:14:48 -07:00
MBow
5414f3c5da
update gherkin-go to v19.0.3
...
update messages-go to v16.0.1
bump gomod version
comment on log line in std os.Stderr
examples to non rc version
go mod tidy
update circle (tbd)
2021-06-28 17:19:43 +01:00
Rickard Englund
cdf3bfc099
removed renamed imports of pflag.
...
This was causing way to much investigating in order for me to find
That I've only copied parts of the examples resulting in "flag".Parse
instead of pflag.Parse()
2021-05-30 19:14:26 +02:00
Fredrik Lönnblad
59cd5d8e3f
Fixed an issue when go test is parsing command-line flags ( #359 )
...
* Fixed an issue when go test is parsing command-line flags
* Added some extra information for parsing flags to the README.md
2020-11-26 13:47:47 +01:00
Fredrik Lönnblad
7014a10e2f
Fixed the undefined step definitions help ( #350 )
2020-10-14 08:39:14 +02:00
Fredrik Lönnblad
722d97bc48
Added Cobra for the Command Line Interface
2020-07-07 21:13:25 +02:00
Fredrik Lönnblad
6d3da7a27b
Created a simple example for a custom formatter
2020-07-07 07:54:27 +02:00
Fredrik Lönnblad
13acd2d219
Readded some legacy doc for FeatureContext
2020-05-23 08:51:23 +02:00
Fredrik Lönnblad
e6227a2e0f
Added the new TestSuiteInitializer and ScenarioInitializer
2020-05-18 09:48:06 +02:00
Fredrik Lönnblad
d0a28b5a94
Updated linting checks in circleci config and fixed linting issues
2020-05-03 12:09:51 +02:00
Fredrik Lönnblad
bfee72ddec
Added an example for how to use assertion pkgs like testify with godog
2020-05-02 18:52:19 +02:00