Skip to content

rzzkv/epam_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Automation Framework

Configuration Options

Browser Options

You can choose from the following web browsers for testing:

  • chrome
  • firefox

Environments

You can select one of the following environments:

  • dev
  • test

Test Suite Files

There are two test suite files available:

  • testing-all.xml (Comprehensive Test Suite)
  • testing-smoke.xml (Smoke Test Suite)

Running Tests

To run tests, use the following command in the terminal:

gradle test -Pbrowser=<BROWSER> -Penvironment=<ENVIRONMENT> -Dsurefire.suiteXmlFiles=src/test/resources/suits/<SUITE_XML_FILE>

Example:

gradle test -Dbrowser=chrome -Denvironment=test -Dsurefire.suiteXmlFiles=src/test/resources/suits/testng-all.xml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages