RankWeis / uppercut

FREE Karate plugin for IntelliJ with additional features
Apache License 2.0
7 stars 0 forks source link

Issue with <> symbols and scenario outline #65

Open calvario-31 opened 2 days ago

calvario-31 commented 2 days ago

Hello,

Im trying to test scenario outline. However the < symbol is making a space and it makes unable to run the scenario Also the table keeps on grey, I believe should be colored since im using those variables?

image

RankWeis commented 2 days ago

uppercut-1.3.2-base.jar.zip

If you would like to try it out, this issue and #64 are resolved.

From a previous conversation you also mentioned wanting to have go-to declarations fulfilled outside of just 'classpath:', that should now be done as well.

Also from that conversation you mentioned wanting formatting for injected json - I unfortunately don't believe there's a good way of doing this at the moment. I am going to continue looking into it but there may be a bug preventing this from happening on the intellij side.

calvario-31 commented 1 day ago

hi man, was testing:

Seems good to launch

Will test next week some test cases regarding reading from csv

Sadly I understand the hard part for the JSON formatting. I believe that would be the last addition to the plugin since all others features has been covered already