Open Jacobvu84 opened 4 years ago
private static final String REPORT_OUTPUT = "/target/site/serenity"; File serenityReportFolder = new File(System.getProperty("user.dir") + REPORT_OUTPUT); TestOutcomes outcomes = null; try { outcomes = TestOutcomeLoader.loadTestOutcomes().inFormat(OutcomeFormat.JSON).from(serenityReportFolder); } catch (IOException e) { e.printStackTrace(); }