Found the same behavior when narrow the execution to given_non_successful.story, not generating the view and not ignoring failures in stories:

@UsingEmbedder(embedder = Embedder.class, generateViewAfterStories = false, ignoreFailureInStories = false, ignoreFailureInView = true,
                storyTimeoutInSecs = 100, threads = 1, metaFilters = "-skip", systemProperties="java.awt.headless=true")
@UsingSteps(instances = { TraderSteps.class, BeforeAfterSteps.class, AndSteps.class, CalendarSteps.class,
        PriorityMatchingSteps.class, SandpitSteps.class, SearchSteps.class })
@UsingPaths(searchIn = "../trader/src/main/java", includes = { "**/given_non_successful.story" }, excludes = { "**/examples_table*.story", "**/given_relative_path*" })
public class TraderAnnotatedPathRunner {
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to