Skip to main content
After analysis completes, you can export results in a range of formats — from human-readable Markdown to structured imports for Jira, TestRail, Azure Test Plans, and BDD tools. Choose your format before running analysis, or change it afterward and re-export.

Formats by category

Markdown

Clean, readable documentation you can commit to a repository, paste into a wiki, or share with your team. Sections are organized with headings, user story templates in bold, acceptance criteria as checkboxes, and test steps as numbered lists.File extension: .md
# User Stories

## Feature: User Authentication

### US-001: User Login
**As a** registered user
**I want to** log in with my email and password
**So that** I can access my dashboard

#### Acceptance Criteria
- [ ] User can enter email and password
- [ ] Invalid credentials show error message
- [ ] Successful login redirects to dashboard

# Test Cases

## TC-001: Valid Login
**Priority:** High | **Type:** Functional

**Steps:**
1. Navigate to /login
2. Enter email: test@example.com
3. Enter password: ValidPass123
4. Click "Sign In" button

**Expected Result:**
User is redirected to /dashboard

HTML Report

A self-contained HTML document with inline styles, collapsible sections, priority indicators, and a table of contents. Print-friendly and requires no external dependencies.File extension: .html

Copying and downloading results

After analysis completes, results appear in the output panel. You have two options for exporting:
  • Copy to clipboard — click the copy icon on any output section to copy the full content to your clipboard
  • Download — use the Download button to save the file with the correct extension for your chosen format
From the analysis history detail page, you can also download results as Markdown (.md) or raw JSON (.json) at any time. You can generate a public URL to share an analysis with someone who doesn’t have an Orizon QA account.
1

Open the analysis

Go to History and click the analysis you want to share.
2

Open the Share dialog

Click the Share button in the top-right action bar.
3

Enable public sharing

Toggle Enable public sharing on. A shareable URL is generated immediately.
4

Copy the link

Click the copy icon next to the URL to copy it to your clipboard.
Anyone with the share link can view the analysis results. They cannot edit, re-run, or delete the analysis.
To revoke access, return to the Share dialog and toggle public sharing off.