Selenium with Azure DevOps

craft software

Last Update il y a 4 ans

A few details on each technology

The project is created using Maven for multiple reasons. Maven maintains the project dependencies (Selenium WebDriver and Test NG) through the pom.xml file. With Maven, the project has a standard structure with src and target folders.


Maven commands can be used for compiling the code (mvn compile), cleaning previous project artifacts (mvn clean), and executing automated tests (mvn test).

This is what the Maven pom.xml file looks like:

Was this article helpful?

1 out of 1 liked this article