11 Commits

Author SHA1 Message Date
Norbert de Langen
8e9809823f v3.0.0-alpha.3 2017-05-23 00:08:11 +02:00
Tom Coleman
b00d4a43f1 Added some documentation about the test option 2017-05-21 21:10:36 +10:00
Tom Coleman
a92f352470 Allow passing a test function to storyshots
See https://github.com/storybooks/storybook/issues/1034
2017-05-21 21:10:34 +10:00
Tom Coleman
b5d7247128 Set up test-cra app to use storyshots
A few things involved:

1. Remove dependencies from storyshots

Storyshots wants to plugin to the version used by the app, not have its own version. So it should probably use a peer dep; however as some deps are optional (i.e. react vs react-native) this will lead to confusing warnings to the user.

This seems like an OK approach until we hear differently from users.

2. Update test-cra's react-scripts to get it's Jest version up to date

3. Add a `mode` option to storyshots to avoid it auto-detecting if `@storybooks/react[-native]` is installed (this was breaking Jest run from the top-level).

4. Ensure that travis installs the `test-cra` properly
2017-05-21 20:44:59 +10:00
Norbert de Langen
6f4566cde9 v3.0.0-alpha.2 2017-05-20 21:04:36 +02:00
Denis Evgrafov
4da63d1359 Update README.md 2017-05-20 11:41:32 +03:00
Norbert de Langen
a81757b333 v3.0.0-alpha.1 2017-05-19 22:40:47 +02:00
Norbert de Langen
bf7db99e6d v3.0.0-alpha.0 2017-05-17 21:49:25 +02:00
Norbert de Langen
f7570d2710 FIX review comment 2017-05-17 12:17:30 +02:00
Norbert de Langen
9596ea1ca0 FIX a few bithound listing issues 2017-05-17 09:18:50 +02:00
Norbert de Langen
33197654ad MOVE & RENAME and storyshots && CHANGE “React Storybook” > “Storybook” 2017-05-17 09:04:22 +02:00