faizalMo / XBDD

Use Cukes for your automated and manual testing!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Use Cukes for your automated and manual testing!

License:Apache License 2.0


Languages

Language:Java 45.1%Language:JavaScript 27.1%Language:HTML 14.6%Language:CSS 10.7%Language:Gherkin 1.8%Language:API Blueprint 0.7%