Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ logs/
nucleus.log
artifacts
hyperexecuteupdate
.idea
4 changes: 2 additions & 2 deletions src/test/java/hyperexecute/SelPlayGroundTest1.java
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,10 @@ static Stream<Arguments> setup_testEnvironment()

return Stream.of(
arguments("Microsoft Edge", "latest", platform_name,
"[Test - 1] JUnit tests on HyperExecute Grid",
"junit-selenium-hyperexecute-sample",
"[Test - 1] JUnit tests on HyperExecute Grid"),
arguments("Microsoft Edge", "latest-1", platform_name,
"[Test - 2] JUnit tests on HyperExecute Grid",
"junit-selenium-hyperexecute-sample",
"[Test - 2] JUnit tests on HyperExecute Grid")
);
}
Expand Down
4 changes: 2 additions & 2 deletions src/test/java/hyperexecute/SelPlayGroundTest2.java
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,10 @@ static Stream<Arguments> setup_testEnvironment()

return Stream.of(
arguments("Chrome", "latest-2", platform_name,
"[Test - 3] JUnit tests on HyperExecute Grid",
"junit-selenium-hyperexecute-sample",
"[Test - 3] JUnit tests on HyperExecute Grid"),
arguments("Firefox", "latest", platform_name,
"[Test - 4] JUnit tests on HyperExecute Grid",
"junit-selenium-hyperexecute-sample",
"[Test - 4] JUnit tests on HyperExecute Grid")
);
}
Expand Down