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...
Execute tests
Running Selenium tests in Command Prompt is fairly easy.
- Open Command Prompt.
- Go to the project’s
root
folder.
Press + to interact
C:\>cd C:\Users\Alex\Desktop\Java Project for educativeC:\Users\Alex\Desktop\Java Project for educative>
- Run the dir command to see everything from the
root
folder. Notice