Skip to content

dart-ogurets/OguretsIntellij

Repository files navigation

Ogurets for Jetbrains IDE's

This plugin brings full support for Ogurets to IntelliJ IDEA - piggybacking on Jetbrains existing Cucumber plugins. It should work in any variant that has Cucumber (including Android Studio) and at least Dart installed, and if it detects Flutter, it will also support Flutter FlutterDriver tests.

Features

  • Full support for creating and navigating to cucumber steps inside dart classes
  • Creation of dart classes that hold the steps
  • Full run and debug support for Features, Feature folders and Scenarios
  • Full stack trace following for failures
  • Automatic run configuration generation for your IDEA Ogurets Run Configurations
  • Recognition of Given/When/Then annotations as regexes as such so they are treated properly by IDEA
  • Full integration with the Test panel, with Jump to Source for IntelliJ

Authors