jlagerweij / cucumber-kotlin

Jetbrains plugin for Cucumber step definitions written in Kotlin
https://plugins.jetbrains.com/plugin/10527-cucumber-for-kotlin
Other
20 stars 16 forks source link

Throw PendingException #30

Closed segnonna closed 3 years ago

segnonna commented 3 years ago

For unimplemented tests, we should throw PendingException and the scenario will reported as failed

jlagerweij commented 3 years ago

I have added a TODO("Not yet implemented") for new steps