godog/internal/models
Viacheslav Poturaev b1728ff551
Add new contextualized API for hooks and steps (#409)
* Add new contextualized API for hooks and steps

* Make default context configurable

* Run AfterStep hooks even after failed steps, fixes #370

* Update CHANGELOG and README

* Add step result status to After hook, fixes #378

* Elaborate hooks documentation

* Add test to pass state between contextualized steps

* Update README with example of passing state between steps
2021-08-03 17:48:05 +02:00
..
feature.go Revert return logic to restore previous behavior and pass the original test 2021-07-07 20:12:56 +02:00
feature_test.go Created internal packages for formatters, storage and models 2020-07-02 08:51:31 +02:00
results.go Created internal packages for formatters, storage and models 2020-07-02 08:51:31 +02:00
results_test.go Created internal packages for formatters, storage and models 2020-07-02 08:51:31 +02:00
stepdef.go Add new contextualized API for hooks and steps (#409) 2021-08-03 17:48:05 +02:00
stepdef_test.go Add new contextualized API for hooks and steps (#409) 2021-08-03 17:48:05 +02:00