I have been working on eliminating some of the custom classes within my project and I notice when I extend SerenityStories and use it's default runner I am no longer getting the correct output in JUnit. It executes all of the scenarios but the status doesn't show correctly in the JUnit view. I am using STS (Eclipse) to run these as JUnit tests, everything runs correctly and when doing a build outside of JUnit all of my reports are generated without an issue.
I'm sure this is something in the configuration I am missing that was not used in my custom runners and reporters but I have not been able to find it. I would like to be able to run my stories using the default classes while still being able to view the executions in JUnit.
Thanks,
Newbie