Skip to content

STF is a webdriver based test automation library which generates comprehensible tests reports comparable to BDD framework, and yet better since no extra test steps / configuration are required. Not just this, STF has tons of other useful features described at -

License

Notifications You must be signed in to change notification settings

polezhang/seleniumtestsframework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeleniumTestsFramework

STF (SeleniumTestsFramework) is step by step test test reporting and automation framework for selenium. Refer STF How-To guide to learn more about STF features

You can generate STF jar using following command and use it in your selenium project -

mvn clean install

This command should execute the UI tests in chrome browser and install STF jar in .m2 folder on successful execution of tests.

In case, you don't see any tests running then you may to have first clean up the project. To do this, import the projects in eclipse and click Project Clean from command menu.

Depending on how you execute the projects, step by step selenium report after test execution would be available -

  1. <your home directory>/seleniumtestsframework/test-output/SeleniumTestReport.html when executing tests using eclipse testng plugin, or
  2. <your home directory>/seleniumtestsframework/target/surefire-reports/SeleniumTestReport.html when executing tests using maven command as stated above

Have a question or feature request? post it in Testing Forum :-)

About

STF is a webdriver based test automation library which generates comprehensible tests reports comparable to BDD framework, and yet better since no extra test steps / configuration are required. Not just this, STF has tons of other useful features described at -

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.7%
  • CSS 2.6%
  • HTML 2.1%
  • JavaScript 1.6%