From 15afffc709b2e80b0002148bcdbe84e92153afee Mon Sep 17 00:00:00 2001 From: Yann Braga Date: Mon, 3 Apr 2023 13:44:10 +0200 Subject: [PATCH] add version support table --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d337f09e..07e2235c 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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: