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
- Host: GitHub
- URL: https://github.com/freeautomationlearning/pomframeworkweb_mobile
- Owner: freeautomationlearning
- Created: 2020-08-02T08:39:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-31T18:13:47.000Z (over 1 year ago)
- Last Synced: 2025-02-22T05:25:30.250Z (10 months ago)
- Language: HTML
- Size: 16.3 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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