Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.11 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.11 KB

XBDD Build Status

Installation

  1. See INSTALL.md for details on Tomcat configuration
  2. Navigate to https://localhost:8443/xbdd/ (or whichever port you have specified during your tomcat configuration)

For performance / production

  1. Run the script contained within mongoIndexes.txt to create compound indexes required for search/sort.

Usage

See the user guide for an overview of XBDD functionality.

Upload

Cucumber json reports can be uploaded manually from the XBDD main page. See UPLOAD.md for instructions on automating the upload with maven.

Contributing

For all those wishing to contribute to XBDD please fork the repository, and submit your changes via a pull request. Please ensure your pull request follows the pre-existing coding style and that mvn clean verify passes. You can use grunt pretty to format your CSS and JS correctly. If the build is failing due to licenses missing, please run mvn licence:format