Question

Is it possible to automate Selendroid Tests for Android as well as Selenium for Web Browsers(together) through maven? Do i need to create seperate pom files for both or is it possible to use a single pom file to run both type of Tests? Can i use any other framework to test Android and WebApps together through maven?

Was it helpful?

Solution

You can use a single pom file. Just configure plugins for each test type you want to use.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top