| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| behat.phar | 2026-09-07 | 4.7 MB | |
| README.md | 2026-09-07 | 1.9 kB | |
| v3.33.0 source code.tar.gz | 2026-09-07 | 225.9 kB | |
| v3.33.0 source code.zip | 2026-09-07 | 618.0 kB | |
| Totals: 4 Items | 5.5 MB | 8 | |
Changed
- Emit deprecation if definition and function number of parameters do not match by @carlos-granados in #1867
- Show the suite name in failure summaries when several suites ran by @Amoifr in #1865
Added
- Add 'inline_failures' option to progress formatter by @AlexSkrypnyk in #1861
- Add support for filtering on Cucumber tag expressions by @Amoifr in #1863
- Add
DataTableandDocStringstep argument types to reduce coupling to the GherkinTableNode/PyStringNodeby @Amoifr in #1864 and #1878 - Add
hasStdOut()andgetStdOut()toExecutedStepResultby @carlos-granados in #1874 - Mark reachable interfaces and value objects as
@apiby @carlos-granados in #1868
Fixed
- Rerun should count scenarios as failed if before / after hooks failed. Previously, scenarios that only failed due to a Scenario, Feature, or Suite hook were never re-run, potentially causing incorrect passing builds. By @Amoifr in #1877
- Handle aborted suites when printing unused definitions by @Amoifr in #1882