Skip to content

Hybrid Automation framework which supports - Web, Rest Api, and Mobile application Automation using Maven Profile and Maven based testng project.

Notifications You must be signed in to change notification settings

vivekqa1/QA_Weapon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST Command = mvn clean test -Prest -Denv.baseurl=https://reqres.in/ -Devn.apiurl=api/user

Mobile Command =  mvn clean test -Dapp.platform=Android -Dapp.env=local

Web Command = mvn clean test  -Denv.browser.name=chrome -Dapp.env=local env.remote.url=




How to use logger throughout the project

logger.debug("Your message");
logger.error("Your error",e);

About

Hybrid Automation framework which supports - Web, Rest Api, and Mobile application Automation using Maven Profile and Maven based testng project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published