Do it yourself
Explore how to execute Selenium automated tests locally by running Maven commands in a Terminal connected to a Docker container. Understand setting environment variables, cleaning Maven artifacts, and running tests in headless mode to prepare for continuous integration.
We'll cover the following...
We'll cover the following...
You can run the tests by yourself by typing commands in the Terminal.
The Terminal is a component that loads a Docker container that is set up with everything that is needed for running the tests (Java JDK, Maven, etc.). The container runs Linux as the operating system and Bash as shell (similar to Command prompt for Windows).
Connect to the terminal
To get started, click on the ...