Intellij-Plugin icon indicating copy to clipboard operation
Intellij-Plugin copied to clipboard

Syntax highlight: error displayed for scenarios with table

Open arjunrajeev opened this issue 6 years ago • 1 comments

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 avatar Apr 11 '19 14:04 arjunrajeev

@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.

BugDiver avatar Apr 12 '19 05:04 BugDiver