Code Inspections in Cucumber
This topic lists all PhpStorm code inspections available in Cucumber.
You can toggle specific inspections or change their severity level on the Editor | Inspections page of the IDE settings Ctrl+Alt+S.
Inspection | Description | Default Severity |
---|---|---|
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. | Error | |
Reports | Error | |
Reports | Error | |
Reports scenario outlines in Cucumber .feature files that do not have the Examples section with a pre-filled table header. | Error | |
Reports Gherkin scenarios that contain an Scenario to Scenario Outline . | Error | |
Reports steps in Cucumber (or some other Gherkin) .feature files that do not have matching step definitions. Use the quick-fix to automatically create a new step definition. | Warning | |
Reports tables in | Warning |