Intellij-Plugin
Intellij-Plugin copied to clipboard
Syntax highlight: error displayed for scenarios with table
When we have a table driven scenario,
# Sample Spec
## Sample Scenario1
|Region|
|--------|
|London |
* Drive the test with <Region>
Expected behavior
The syntax error should not be shown by the IDE
Actual behavior
Syntax error is highlighted, and the steps appear undefined
Steps to reproduce
Just write a new spec with the scenario above
Version information
- IntelliJ version and edition: Ultimate 2018.3, Ultimate 2017.3
- OS information: Windows
- Gauge IntelliJ plugin version: 0.3.14
@arjunrajeev In your sample spec I see that you are using a scenario table, which is an experimental feature and it's not stable yet. The execution will work fine but this feature is not compatible with IntelliJ plugin. The plugin needs to be updated in order to accommodate this feature.