Ilan Pillemer
Ilan Pillemer
Does acme-lsp work with JSON-RPC communications with a lsp-server? I am trying to get it to work with https://github.com/fwcd/kotlin-language-server But I get errors like the below. `2019/10/25 13:55:18 log: LSP...
When a step fails with an exception, Cucumber-JVM will add a stack trace frame pointing to the failing gherkin step. It should be possible to click on this frame in...
It should be possible to select a few scenarios from the previous run's output widget, and rerun only those. Sort of like JUnit's test tree in many IDEs.
Even if an IDE has native support for running a feature/scenario with a keystroke, it is still practical to have a single JUnit class to run everything. When all scenarios...
"Just like you can find usages of a method in Java, you should be able to find (Gherkin step) usages of a step definition. Cucumber-JVM already has the ability to...
"When a scenario or feature is run in an IDE, results could be displayed simply by colouring gherkin rows red (failed), green (passed), yellow (pending or undefined) or cyan (skipped)....