Skip to content

Commit

Permalink
verify hub is at localhost.
Browse files Browse the repository at this point in the history
  • Loading branch information
JFU-NAVA-PBC committed Dec 9, 2024
1 parent 0c2c9e5 commit bcd8b66
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,19 @@ pipeline {
stage("Start selenium server jar in background") {
steps{
sh """
ls
pwd
ls /
java -jar /selenium-server-standalone.jar -role hub -host chrome &
"""
}
}

stage("Check localhost:4444/wd/hub is active") {
steps{
sh """
curl http://localhost:4444/wd/hub
"""
}
}

stage("RUN Django Unit Tests") {
steps{
sh """
Expand Down

0 comments on commit bcd8b66

Please sign in to comment.