{% extends "base-layout.html" %} {% comment %} Copyright 2010-2011 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% block content %}
Launchpad Results help you collaborate testing with the community.
To upload results, install the launchpad-results-tools package by adding ppa:launchpad-results/ppa to your Software Sources. (Read about installing). Then, run this command where PROJECT NAME must exist in Launchpad and SUBMISSION FILE was generated by Checkbox or Subunit:
$ results2launchpad \ --service-root={{ LAUNCHPAD_RESULTS_API_ROOT }} \ <PROJECT NAME> <SUBMISSION FILE>
To access the web service use the Python library, use the API without Python, read the reference documentation.
To integrate with Launchpad use the Greasemonkey add-on in Firefox with this script.