Setting Up The Build Environment To Run JUnit Tests From The Command Line
You need to download the requisite jar files necessary for compiling and running the JUnit and Selenium tests. Even though the tests will run on the cloud-based Selenium Grid, we still need to download the Selenium Server jar. It is required so that the classes offer methods in [org.openqa.selenium package] can be used in the implementation.

Since the requests will be executed on the cloud-based Selenium Grid, there is no necessity to start the Selenium Grid server on the machine.

#testing #junit tests #the command line

How To Run JUnit Tests From The Command Line
1.35 GEEK