| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| behat.phar | 2026-06-20 | 4.6 MB | |
| README.md | 2026-06-20 | 1.3 kB | |
| v3.32.0 source code.tar.gz | 2026-06-20 | 218.8 kB | |
| v3.32.0 source code.zip | 2026-06-20 | 607.4 kB | |
| Totals: 4 Items | 5.4 MB | 2 | |
Added
- Support GHERKIN_32 parsing mode in pretty formatter by @acoulton in #1842
Fixed
- Only print
between Step keyword & text if correct for language by @acoulton in #1845 - JSON formatter should support
GHERKIN_32mode by @acoulton in #1847 - Unexpected uses / creation of
RuntimeCalleecallables by @acoulton in #1853 - Handle empty argument lists when converting Context config to PHP by @acoulton in #1849
Internal
- Fail on Behat deprecations in CI by @acoulton in #1833
- Add runtime deprecations for ScenarioLikeTested interface by @acoulton in #1832
- Add a scenario covering the behavior of invalid gherkin files by @stof in #1840
- Prove JUnit scenario description handling in gherkin compat modes by @acoulton in #1843
- Run features in
gherkin-32andlegacycompatibility modes by @acoulton in #1848