Skip to content

Sample project to evaluate BDD approach for writing functional tests

License

Notifications You must be signed in to change notification settings

bjoern-arnold/bpa-functional-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Prerequisites

  • Maven 3.6+
  • Java 11+

Test execution

  • Open a command prompt

  • Change to this directory

  • Enter the following command

      mvn clean verify
    

If you are behind a corporate proxy add the following arguments (adjust to your proxy settings):

    mvn -Dhttps.proxyHost=localhost -Dhttps.proxyPort=3128 -Dhttp.proxyHost=localhost -Dhttp.proxyPort=3128 clean verify

View test resuls

  • The report with the results is generated in the sub folder

      ./target/site/serenity
    
  • Open the file index.html in a browser to access it

About

Sample project to evaluate BDD approach for writing functional tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published