You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to the headless test runner, it would be great if we could generate an interactive UI that lets you navigate tests. Whats challenging is css isolation. Perhaps we could generate test file specific bundles that load into iframes.
The text was updated successfully, but these errors were encountered:
Nice idea :) In the story book each story (storiesOf('name', module)) got multiple sub stories (.add( ...)) and you can navigate between different sub stories.
In our context what will be the 'sub stories' ?
Similar to the headless test runner, it would be great if we could generate an interactive UI that lets you navigate tests. Whats challenging is css isolation. Perhaps we could generate test file specific bundles that load into iframes.
The text was updated successfully, but these errors were encountered: