picimako / citric

Citrus framework integration for the IntelliJ platform.
0 stars 0 forks source link

Action to select arbitrary `@CitrusTestSource` method to run a yaml test file with #33

Closed picimako closed 5 months ago

picimako commented 5 months ago

Summary

Althought there is run line marker to run yaml test files, at the moment it doesn't recognize non-classpath resources in the sources attribute of the @CitrusTestSource annotation. Also, the lookup logic might fail to recognize a test method as matching for any reason.

To improve on these cases, a separate action would be useful, with which users could choose an arbitrary @CitrusTestSource test method they would like to execute the current file with.

Tasks

picimako commented 5 months ago

Completed in v1.0.8.