Skip to content

Support for ConcordionRunner subclasses #24

@fiq

Description

@fiq

Issue classes which extends ConcordionRunner

I found that using a JUnit runner which extends ConcordionRunner breaks navigation within the plugin. I can still run the fixture, but the plugin highlights that Test plugin is not annotated with @RunWith(ConcordionRunner.class)

The markdown displays the Concordion icon and allows navigation back to the fixture, but does not provide the usual menu option for running the fixture directly.

Eg.
public class SpecificationWithFrillsRunner extends ConcordionRunner{.. declared with @RunWith(SpecificationWithFrillsRunner.class) public class SpecFixtures produces :
Produces:
image

Versions

Plugin version: 0.12.0
IntelliJ Version: 2020.2.2
Concordion version: 3.0.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions