Skip to content

Commit

Permalink
add version support table
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Apr 3, 2023
1 parent 666d70c commit 15afffc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Storybook test runner turns all of your stories into executable tests.

- [Features](#features)
- [How it works](#how-it-works)
- [Storybook compatibility](#storybook-compatibility)
- [Getting started](#getting-started)
- [CLI Options](#cli-options)
- [Ejecting configuration](#ejecting-configuration)
Expand Down Expand Up @@ -70,6 +71,15 @@ If there are any failures, the test runner will provide an output with the error

![](.github/assets/click-to-debug.gif)

## Storybook compatibility

Use the following table to use the correct version of this package, based on the version of Storybook you're using:

| Test runner version | Storybook version |
| ------------------- | ----------------- |
| ^0.10.0 | ^7.0.0 |
| ^0.9.4 | ^6.4.0 |

## Getting started

1. Install the test runner:
Expand Down

0 comments on commit 15afffc

Please sign in to comment.