Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 315 Bytes

File metadata and controls

15 lines (12 loc) · 315 Bytes

MobileTesting-Cucumber-AppiumJava

Running Tests

We have preinstalled all the required environment for running the tests. You can now execute the tests in the console by the following commands:

To run test

mvn test

To generate result test

mvn verify -DskipTests

Thanks