Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Next »

You can manually upload a JSON test results file, but you can also automate the test results push via a Continuous Integration (CI) server. All you need to do is adding a command line (see bellow) to the CI server configuration to automatically send the test results to Jira after the tests finish.

First, click on the menu in the top right corner of the main living documentation page:

The following information will be available:

  1. Curl command: a ready-to-use inline command. Add this command line to the CI configuration.

  2. Token: use this token to send a request to Cucumber for Jira.

Note: The curl command assumes that the test results file is named results.json. Ruby, Java and Javascript are supported. If you need more languages, feel free to ask on our public issue tracker. Please adapt the command by selecting the language using the menu or changing the results file name if needed.

When the file is uploaded, the living documentation will be automatically updated with the test results.

Next

  • No labels