Skip to content

IntelliJ Plugin — Run Configuration for .clitest files #41

Description

@sleipi

Description

Add an IntelliJ IDEA Run Configuration that allows running .clitest files directly from the IDE (right-click → Run, or gutter icon).

This requires a real IntelliJ plugin (Kotlin/Gradle), unlike syntax highlighting which is covered by TextMate Grammar support (see #30).

Scope

  • Run Configuration type for .clitest files
  • Gutter run icons on entries or files
  • Console output with clickable file paths
  • Configuration options: --var, --parallel, --group, -v

Prerequisites

Open questions

  • Should this be part of the same plugin as the TextMate bundle, or a separate IntelliJ-only plugin?
  • Support for running individual entries/sections, or only full files?
  • Debug support (step through entries)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    ecoEcosystem (IDE, docs, packaging, distribution)tbdNeeds further specification

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions