Skip to content

Commit

Permalink
Test switch git plugin pass
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Dec 4, 2023
1 parent a844667 commit ee73874
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ void spiderLoggedTest(String mail, String password, String role) { //140 + 28 se
explored = SpiderNavigation.exploreLinks(driver, pageLinks, explored, DEPTH);//49 lines
List<String> failed_links = new ArrayList<>();
System.out.println(mail + " tested " + explored.size() + " urls");
//test switch git plugin
explored.forEach((link, result) -> {
log.debug("\t" + link + " => " + result);
if (result.equals("KO")) {
Expand Down

0 comments on commit ee73874

Please sign in to comment.