Cucumber
- Gherkin table is broken
Reports a table if there is at least one row with the number of cells different from the number of cells in the table header.
- Misplaced background section
Reports Background sections that are located incorrectly.
- Missing ':' after examples keyword
Reports Examples sections in Cucumber .feature files if they do not have ':' after the Examples keyword.
- Missing examples section
Reports scenario outlines in Cucumber .feature files that do not have the Examples section.
- Scenario with Examples section
Reports Gherkin scenarios that contain an Examples section.
- Undefined step
Reports steps in Cucumber (or some other Gherkin) .feature files that do not have matching step definitions.
- Unused or missing columns in Cucumber tables
Reports tables in Examples sections in Cucumber .feature files with unused or missing columns.
Last modified: 11 September 2024