Execute Passing Tests in Command Prompt
Learn how to execute tests in command prompt using the mvn clean and the mvn test commands.
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.