Skip to content

FrameworkOpenBDT/web-demo-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Testing Demo Project

This project demonstrates how to use the OpenBTD Framework in web testing purpose.

Requirements

Maven is used as the dependency Manager of the OpenBDT. Therefore, you must install it before trying this demo project. Some artifacts are required to be available in your local Maven Repository. These dependencies are listed bellow:


Starting the test

Make sure the dependencies previously citated are already installed before execution the following command inside this project folder

mvn verify io.openbdt:openbdt.plugin.maven:format-report

Reports

Some reports are generated at the end of the test execution. They are listed as follow

  • Serenity Report
  • OpenBDT report

The serenity report contains high detailed information about the execution, including graphics and evidence visualization for each step executed. A cleaner report is the OpenBDT report. It contains, in a single page, how many tests passed, failed and skipped including some graphics too. Their location can be found in thucydides.properties file in the following keys:

  • serenity.outputDirectory Location where the serenity Report will be generated
  • openbdt.report.outputDirectory Location where the openBDT report will be generated

About

Sample application to demonstrate the usage of OpenBDT framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published