-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove outdated junit 4 examples and reformat (#157)
* remove outdated junit 4 examples and reformat
- Loading branch information
1 parent
85bb01a
commit b87ffb4
Showing
11 changed files
with
145 additions
and
475 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Selenium JUnit 4 examples | ||
|
||
This project is to demonstrate how to run JUnit 4 tests on Sauce Labs including: | ||
* Setting correct options | ||
* Sending test results to Sauce | ||
* Running in Parallel with Maven surefire. See [pom.xml](pom.xml) | ||
|
||
## Execute tests in parallel: | ||
```bash | ||
cd selenium-examples | ||
mvn test -Dsurefire.parallel=20 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 0 additions & 30 deletions
30
selenium-junit4-examples/src/test/java/com/saucedemo/selenium/junit4/SauceConnectTest.java
This file was deleted.
Oops, something went wrong.
171 changes: 0 additions & 171 deletions
171
...nium-junit4-examples/src/test/java/com/saucedemo/selenium/junit4/SimpleVisualE2ETest.java
This file was deleted.
Oops, something went wrong.
66 changes: 0 additions & 66 deletions
66
...um-junit4-examples/src/test/java/com/saucedemo/selenium/junit4/WindowsAuthentication.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.