Available Integrations

The platform offers a growing list of integrations to support workflow automation. The following describes the integrations that are currently available and provides context on those planned for future releases. This transparency is intended to help teams plan their implementation effectively, distinguishing between what is fully available today versus what is on the near-term roadmap.

Notifications: Slack

The primary integration for real-time notifications is Slack. Teams can connect Pie to a designated Slack channel to receive automated alerts. These notifications include:

  • Confirmation that a build has been received and a test run has started
  • Notification when a test run is complete and the report is ready for review
  • Weekly summaries of testing activity and key quality metrics

Issue Tracking: Jira

While a fully automated, two-way synchronization with Jira is on the roadmap, the platform currently supports a manual push feature.

  • From any Issue Report within Pie, users can click a button to create a ticket in their Jira project
  • Pie automatically pre-fills the Jira ticket with:
    • Issue description
    • Severity
    • Steps to reproduce
    • Link back to the visual replay in Pie

This streamlines the bug-reporting process and eliminates the need for manual copy-pasting.

CI/CD: GitHub Actions & API

For full automation, Pie can be integrated directly into a CI/CD pipeline.

  • GitHub Action: Recommended method for triggering new Pie test runs when:

    • A new build is created
    • A pull request is merged
  • REST API:
    For teams using platforms like Jenkins or CircleCI, or needing custom logic:

    • Offers programmatic control to start tests
    • Enables retrieval of test results
    • Supports flexible integration into any pipeline