godog/features
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
..
formatter <fix>(PRETIFIER): Fix s method to not have errors on negative entry 2020-03-09 10:39:20 +01:00
background.feature improve scenario outline tests and behavior 2015-06-30 14:36:38 +03:00
events.feature do not fire events when feature or scenario is empty 2017-10-26 14:14:34 +03:00
lang.feature Added gherkin verification of the JUnit formatter 2020-02-11 18:55:36 -03:00
load.feature Revert "Migrated to github.com/cucumber/gherkin-go - v9.2.0" 2020-03-05 19:37:39 -03:00
multistep.feature adds scenarios to test nested steps 2017-04-28 22:04:49 +03:00
outline.feature support for tags in outline examples, closes #133 2018-09-28 16:17:13 +03:00
run.feature fixes a bug, when there are undefined steps after failing step #80 2017-05-04 11:02:01 +03:00
snippets.feature Revert "Migrated to github.com/cucumber/gherkin-go - v9.2.0" 2020-03-05 19:37:39 -03:00
tags.feature support for tags in outline examples, closes #133 2018-09-28 16:17:13 +03:00