Skip to content

Is it possible to have an IDE for test class, but with a different project for each test method? #8

@PawelLipski

Description

@PawelLipski

I'd like to keep a single IDE instance for the entire test suite (class) — for performance reasons, to avoid opening a new IDE instance for each test method. At the same time, I'd like to open a new project for each test method — to keep a reasonable separation between tests.

Is this scenario directly supported by IdeStarter? Currently I've worked it around by:

  • opening IDE in @BeforeAll method with NoProject
  • opening a project in @BeforeEach but using IntelliJ Robot Framework and Rhino JS code

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