Skip to content

DedRock/Selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of using Selenium WebDriver to test web-application, and Allure to build tests report.

Before run test - create file "settings.properties" in src/test/resources folder from an attached example "src/test/resources/settings.properties.example". Where you need to configure all fields.

Run tests:

mvn clean test

Create Allure report:

mvn site After this step you may open generated report from: target\site\allure-maven-plugin\index.html

Showing Allure report on local Jetty-server:

mvn jetty:run Open in browser: http://localhost:8080/ to show Allure report.

About

Test of using Selenium WebDriver, HtmlElements, Allure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors