I am using cucumber-jvm with groovy and fest to test a Swing application.
Every time a scenario is run the main window app is created (and destroyed at the end).
How can I avoid it? How can I run the same instance of the window across all the features?