Execute Passing Tests in Command Prompt
Explore how to execute Selenium Java tests locally in the command prompt using Maven commands. Understand how to clean the project folder, run all tests, and interpret test results including passed, failed, and ignored counts.
We'll cover the following...
We'll cover the following...
Execute tests
Running Selenium tests in Command Prompt is fairly easy.
- Open Command Prompt.
- Go to the project’s
rootfolder.
- Run the dir command to see everything from the
rootfolder.