-
Notifications
You must be signed in to change notification settings - Fork 344
Parse Errors
sriv edited this page May 10, 2017
·
5 revisions
Following is the list of parse errors in Gauge:
- Fail to read concept file
- Step is not defined inside a concept heading
- Table doesn’t belong to any step
- Scenario heading is not allowed in concept file
- Concept should have at least one step
- Concept heading can only have dynamic parameters
- Duplicate concept definition found
- Teardown should have at least three underscore characters
- Table location not specified
- Scenario heading should have at least one character
- Table header should be not blank
- Table header cannot have repeated column values
- Multiple spec headings found in the same file
- Scenario should be defined after the spec heading
- Could not resolve table from file
- Spec does not have any element
- Spec heading not found
- Spec heading should have at least one character
- Data table should at least have 1 data row
- Dynamic param could not be resolved
- Step should not be blank
- Circular reference found in concept
- Duplicate scenario definition found in the same specification
Copyright © ThoughtWorks Inc.