You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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