Skip to content

Commit

Permalink
start selenium hub in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JFU-NAVA-PBC committed Dec 9, 2024
1 parent 1da9135 commit f4eb53e
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ pipeline {
}
}

stage("CHECK selenium hub and java") {
steps{
sh """
java -jar selenium-server-standalone.jar -role hub
"""
}
}

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

0 comments on commit f4eb53e

Please sign in to comment.