Skip to content

Commit 15afffc

Browse files
committed
add version support table
1 parent 666d70c commit 15afffc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Storybook test runner turns all of your stories into executable tests.
66

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

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

74+
## Storybook compatibility
75+
76+
Use the following table to use the correct version of this package, based on the version of Storybook you're using:
77+
78+
| Test runner version | Storybook version |
79+
| ------------------- | ----------------- |
80+
| ^0.10.0 | ^7.0.0 |
81+
| ^0.9.4 | ^6.4.0 |
82+
7383
## Getting started
7484

7585
1. Install the test runner:

0 commit comments

Comments
 (0)