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

500 коммитов

Автор SHA1 Сообщение Дата
Fredrik Lönnblad
0c0ce69ce5 Update issue templates 2020-03-14 08:44:56 -03:00
Fredrik Lönnblad
8a7bb1dc02 Update issue templates 2020-03-14 08:43:55 -03:00
Fredrik Lönnblad
9d238731cf
Update CHANGELOG.md 2020-03-09 17:02:46 -03:00
Fredrik Lönnblad
f3c9737402
Update CHANGELOG.md 2020-03-09 17:02:21 -03:00
Fredrik Lönnblad
b6e87e0655
Merge pull request #247 from titouanfreville/fix_formatter_injected_text
<fix>(PRETIFIER): fix s method
2020-03-09 16:58:38 -03:00
Fredrik Lönnblad
591e055a38
Update README.md 2020-03-09 16:54:42 -03:00
tfreville
fe2a967670 Clean change on pretty. Make test on new TC meaningfull again. 2020-03-09 20:54:10 +01:00
Fredrik Lönnblad
4c6c21be00
Update README.md 2020-03-09 13:49:32 -03:00
tfreville
32741b9662 Clean logs 2020-03-09 14:42:16 +01:00
Titouan
6e9459c454
Merge pull request #1 from lonnblad/fix_formatter_injected_text
Fixed indent issue with json output fixture
2020-03-09 14:08:02 +01:00
Fredrik Lönnblad
fcb462c54a
Merge pull request #250 from MarianMacik/tags-documentation
Document "How to run multiple tags with godog?"
2020-03-09 09:45:21 -03:00
Marián Macik
ba256607fc Document "How to run multiple tags with godog?" 2020-03-09 12:55:47 +01:00
Fredrik Lönnblad
2a5f53a04e Fixed indent issue with json output fixture 2020-03-09 08:36:44 -03:00
tfreville
d76374bf14 Test ok but the output of cucumber.json is broken. Pushed so someone else can also take a look. 2020-03-09 11:51:41 +01:00
tfreville
eb75d692bd <fix>(PRETIFIER): Fix s method to not have errors on negative entry
Context:
While trying to create an helper library to manage http rest api testing, I made a system witch allow to pick value from responses, header, cookie, ... and inject then as variables.
Issue:
Doing this, when the inject variable make the line longer than the longest declared step, godog will failed to render test result under pretty formatting cause it will try to write a comment on a negative index
Fix:
Fix s methods so it will not goes to fatal when recieving negative number.
2020-03-09 10:39:20 +01:00
Fredrik Lönnblad
2e1454719a
Merge pull request #245 from cucumber/revert-240-gherkin-go-v9
Revert "Migrated to github.com/cucumber/gherkin-go - v9.2.0"
2020-03-05 19:42:12 -03:00
Fredrik Lönnblad
84b42bdd4d
Revert "Migrated to github.com/cucumber/gherkin-go - v9.2.0" 2020-03-05 19:37:39 -03:00
Fredrik Lönnblad
dba5f4e28f
Update README.md 2020-03-05 18:05:11 -03:00
Fredrik Lönnblad
1ec64e1951 Updated README.md and CHANGELOG.md 2020-03-05 18:02:49 -03:00
Fredrik Lönnblad
cbd8f92cde
Merge pull request #240 from cucumber/gherkin-go-v9
Migrated to github.com/cucumber/gherkin-go - v9.2.0
2020-03-05 17:52:17 -03:00
Fredrik Lönnblad
b62eb13ee7 Fixed the migration in an example 2020-03-05 16:57:47 -03:00
Jayson Smith
ea08cb4716
Bump version in godog.go to be correct 2020-03-05 12:38:02 -07:00
Fredrik Lönnblad
9c7db75de2
Update CHANGELOG.md 2020-03-05 16:36:15 -03:00
Fredrik Lönnblad
c32f3cd5d7 Reverted an update of a cucumber test file 2020-03-05 14:33:18 -03:00
Fredrik Lönnblad
551b94b6e5 Added better defined panics when scenarios and steps couldn't be found 2020-03-05 14:25:05 -03:00
Fredrik Lönnblad
754a7a9a3f Renamed newIdFunc to newIDFunc 2020-03-05 07:54:29 -03:00
Fredrik Lönnblad
7094b891a5 Merge branch 'master' into gherkin-go-v9 2020-03-05 07:39:44 -03:00
Jayson Smith
ee20061a46
Update CHANGELOG.md 2020-03-04 22:20:48 -07:00
Jayson Smith
d8bb1f7781 Merge branch 'master' of https://github.com/cucumber/godog 2020-03-04 22:18:30 -07:00
Jayson Smith
b35fc94fa5 Remove TestMain call 2020-03-04 22:16:20 -07:00
Jayson Smith
d05c3fbe58
Update README.md
Removed maintainer alert, issue is closed
2020-03-04 22:14:02 -07:00
Jayson Smith
31974c5028 Update changelog 2020-03-04 21:59:41 -07:00
Jayson Smith
e57711c730 Run godog features in Circle with strict 2020-03-04 21:53:55 -07:00
Jayson Smith
cc861097ae Add suite_test.go back 2020-03-04 21:53:10 -07:00
Jayson Smith
88bd160759
Merge pull request #242 from gjtaylor/master
Normalise module paths for use on Windows too
2020-03-03 12:07:24 -07:00
Gavin Taylor
b398ce8066 Normalise module paths for use on Windows too 2020-03-03 18:55:26 +00:00
Fredrik Lönnblad
887273ddbd Fixed broken tests 2020-03-02 19:57:46 -03:00
Fredrik Lönnblad
edafd7752d Fixed broken tests 2020-03-02 19:42:59 -03:00
Fredrik Lönnblad
d7e8f831e8 Merge branch 'master' into gherkin-go-v9 2020-03-02 17:59:57 -03:00
Fredrik Lönnblad
ecc0867a47
Merge pull request #241 from cucumber/formatter-tests
Added formatter-tests for all formatters
2020-03-02 17:51:12 -03:00
Fredrik Lönnblad
af05895bc0 Added formatter-tests for all formatters 2020-03-02 16:56:26 -03:00
Fredrik Lönnblad
f9d367ce1b Fixed an issue when running multiple features 2020-02-29 20:22:00 -03:00
Fredrik Lönnblad
e1a17816b3 Fixed broken testcase 2020-02-29 18:09:30 -03:00
Fredrik Lönnblad
3a87543b82 reverted the circle ci config 2020-02-29 17:52:13 -03:00
Fredrik Lönnblad
310ce24fb0 Fixed broken testcase 2020-02-29 17:50:44 -03:00
Fredrik Lönnblad
0d205bc43e Updated builder_test.go 2020-02-29 16:55:35 -03:00
Fredrik Lönnblad
c2c123f90a Migrated to github.com/cucumber/gherkin-go - v9.2.0
Signed-off-by: Fredrik Lönnblad <fredrik+github@lonnblad.com>
2020-02-29 16:00:33 -03:00
Fredrik Lönnblad
9a9954aaef
Merge pull request #239 from cucumber/moved-concurrency-to-basefmt
Moved base concurrency support to the basefmt
2020-02-29 15:29:40 -03:00
Fredrik Lönnblad
9b86360854 Moved base concurrency support to the basefmt 2020-02-29 15:08:08 -03:00
Fredrik Lönnblad
3f817c89de
Update CHANGELOG.md 2020-02-29 12:17:09 -03:00