Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactive test runner. #27

Open
bcomnes opened this issue Aug 8, 2019 · 3 comments
Open

Interactive test runner. #27

bcomnes opened this issue Aug 8, 2019 · 3 comments

Comments

@bcomnes
Copy link
Contributor

bcomnes commented Aug 8, 2019

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.

@bcomnes
Copy link
Contributor Author

bcomnes commented Aug 8, 2019

Storybook UI is the idea. Maybe we take over where https://github.com/yoshuawuyts/previewify left off.

@tony-go
Copy link
Contributor

tony-go commented Aug 8, 2019

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' ?

@bcomnes
Copy link
Contributor Author

bcomnes commented Aug 8, 2019

Maybe we can split up the calls to vhs('foo') to vhs.only('foo') based on the selected story. Each file would be its own bundle/set of tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants