...

/

Execute Passing Tests in Command Prompt

Execute Passing Tests in Command Prompt

Learn how to execute tests in command prompt using the mvn clean and the mvn test commands.

Execute tests

Running Selenium tests in Command Prompt is fairly easy.

  1. Open Command Prompt.
  2. Go to the project’s root folder.
Press + to interact
C:\>cd C:\Users\Alex\Desktop\Java Project for educative
C:\Users\Alex\Desktop\Java Project for educative>
  1. Run the dir command to see everything from the root folder. Notice
...