An open API service indexing awesome lists of open source software.

https://github.com/freeautomationlearning/pomframeworkweb_mobile

This Page Object Model framework is designed to run a single test script on Web or Mobile
https://github.com/freeautomationlearning/pomframeworkweb_mobile

Last synced: about 2 months ago
JSON representation

This Page Object Model framework is designed to run a single test script on Web or Mobile

Awesome Lists containing this project

README

          

# POMFrameworkWEB_MOBILE
This Page Object Model framework is designed to run a single test script on both Web or Mobile.
1. To run on either web or mobile, you can set the value at line 28 on BaseClass.
2. To run from command line or jenkins you need to pass the command :- mvn clean test -Dplatform=web or -Dplatform=mobile