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
84b42bdd4d
Revert "Migrated to github.com/cucumber/gherkin-go - v9.2.0"
2020-03-05 19:37:39 -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
11ac07ea24
Added gherkin verification of the JUnit formatter
2020-02-11 18:55:36 -03:00
Fredrik Lönnblad
de8b0f071b
Added features/formatter/pretty.feature
2020-02-11 08:14:46 -03:00
Fredrik Lönnblad
321e28ab50
Added an extra fixture for cucumber output when go1.11
2020-02-08 15:22:36 -03:00
Fredrik Lönnblad
824c4310b7
Added a skip for the run tests of cucumber in go1.11.*
2020-02-08 11:59:18 -03:00
Fredrik Lönnblad
680d2683cc
Added a fixtures folder for expected test output
2020-02-07 19:20:33 -03:00
Fredrik Lönnblad
ee9f3f0a52
Added run tests for Cucumber
2020-02-07 16:48:40 -03:00
Jayson Smith
b9b8a8cd4f
Change data-dog/godog references to cucumber/godog
...
* update makefile
2020-02-06 08:38:28 -07:00
Fredrik Lönnblad
46ec5fdb90
a try to make the Junit test to pass on older go versions
2020-01-20 15:51:32 -03:00
Fredrik Lönnblad
10ac7158d1
Fixed another time calc issue and added a Junit Concurrency run test
2020-01-20 15:23:02 -03:00
Fredrik Lönnblad
32feb1d1cc
Added testcase for Junit in concurrent mode
2020-01-20 14:55:27 -03:00
funvit
652eedf03a
fix for progress printing with concurrency mode
2019-09-02 21:58:26 +03:00
gedi
ee4ee478e2
closes #160
2019-02-27 14:42:24 +02:00
hgouchet
2604810f50
errcheck + unused
2018-09-29 13:12:16 +02:00
gedi
4dc98b0e2b
closes #96
2017-08-31 16:20:30 +03:00
gedi
92fbee719c
tests suite execution function and related errors
2017-05-05 11:04:54 +03:00
gedi
a3338b5849
adds --strict flag to fail suite when there are pending or undefined steps
2017-05-04 20:25:29 +03:00
gedi
e4ed3b9a9c
handles undefined step templates for nested steps
2017-04-29 22:56:28 +03:00
gedi
d5a7e38a81
tests printing step definitions and stacktrace formatting
2017-04-28 09:46:17 +03:00