intellij-emberjs icon indicating copy to clipboard operation
intellij-emberjs copied to clipboard

Create/run test run configuration from test gutter

Open makepanic opened this issue 6 years ago • 0 comments

Intellij supports creating and running a test configuration by clicking on a test line marker.

20171121-111137

This probably requires a:

  • runLineMarkerContributor at each test/describe
  • runConfigurationProducer to handle creating a test run configuration from a PsiElement

This depends on https://github.com/Turbo87/intellij-emberjs/pull/166

makepanic avatar Nov 21 '17 10:11 makepanic