Flowriter docs
Login to Flowriter
  • Getting started
    • What is Flowriter?
    • Create a free trial account
    • Sign in
    • Supported languages
    • Help & support
    • Log out
  • Account settings
    • Billing details
    • Languages
    • Security
    • Close your account & delete all data
  • Buying & using credits
    • Use credits
    • Buy credits
    • View credit balance & usage
  • Epics
    • Epics in Flowriter
    • Add an Epic
    • Automatically suggest Stories
    • Card and List views
    • Generate content for multiple stories
    • Export an Epic's Stories
    • Rename an Epic
    • Delete an Epic
    • Bulk delete stories in an Epic
  • User Stories
    • User Stories in Flowriter
    • Viewing Stories & progress
    • Add a story
    • Automatically build flowchart and Acceptance Criteria
    • Navigating a Story's sections
    • Rename a Story
    • Change a Story's language
  • Working with flowcharts
    • Flowcharts in Flowriter
    • Flowchart capabilities & requirements
    • Automatically generate a flowchart
    • Manually create a flowchart
    • Edit a flowchart
    • Save changes to a flowchart
  • Generate Acceptance Criteria
    • User Journeys & Acceptance Criteria in Flowriter
    • Generate Acceptance Criteria
    • Copy User Journeys & Acceptance Criteria
    • Export User Journeys & Acceptance Criteria
  • Generate Test Scripts
    • Test Scripts in Flowriter
    • Generate Test Scripts
    • Copy Test Scripts
    • Export Test Scripts
  • Data security & privacy
    • Our security practices
  • Legal
    • Terms & conditions
    • Privacy Policy
    • Cookie Policy
Powered by GitBook
On this page
  • User Journeys
  • CSV file structure
  • Acceptance Criteria
  • Feature file structure
  1. Generate Acceptance Criteria

Export User Journeys & Acceptance Criteria

PreviousCopy User Journeys & Acceptance CriteriaNextTest Scripts in Flowriter

Last updated 5 months ago

User Journeys

You can export a Story's User Journeys to a Comma-Separated Value (CSV) file. This is useful to save time creating comprehensive test cases and test plans in work management tools like JIRA.

On the Story toolbar, click the Download button and select User Journeys (.csv) from the menu:

CSV file structure

  • Goal number

  • Step number, within the Goal

  • Action text. If the connection into the Action has a label, it is incorporated into the Action text.

  • Action Notes

Acceptance Criteria

You can export a Story's Acceptance Criteria Gherkin -style Feature/Scenarios to Feature (.feature) files.

This does not export the Role, Goal, and Benefit statement

On the Story toolbar, click the Download button and select Acceptance Criteria (.feature) from the menu:

Feature file structure

Flowriter will prepare a separate .feature file for each scenario. The files will be downloaded in a single ZIP file that when expanded will look similar to this:

Each .feature file has this internal format:

This is useful if you use Behavior Driven Development (BDD) tools (or add-ins) in platforms like JIRA, or directly in the test automation tool.

Cucumber