質問

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?

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top