quasarframework / quasar-testing

Testing Harness App Extensions for the Quasar Framework 2.0+
https://testing.quasar.dev
MIT License
180 stars 66 forks source link

Feature request: support for storybook. #83

Open paulvanbladel opened 5 years ago

paulvanbladel commented 5 years ago

https://storybook.js.org I believe storybook would be a very beneficial addition to the quasar testing 'story'.

nothingismagick commented 5 years ago

Can you write up how you would expect that to work?

paulvanbladel commented 5 years ago

@nothingismagick . Thanks for the prompt reply. Well normally, so with vue cli projects, it would work out of the box. There is a vue plugin that is doing the heavy lifting. https://github.com/storybooks/vue-cli-plugin-storybook Since there is such great testing support for quasar-cli based projects, I prefer quasar-cli above vue-cli. Unfortunately, storybook integration doesn't work with quasar-cli.

nothingismagick commented 5 years ago

OK - well, I have never built a storybook (although it is on my bucketlist

paulvanbladel commented 5 years ago

Sure. Quality or prototyping.

J3m5 commented 5 years ago

There is an old repo made for Quasar pre v1.

geraldbiggs commented 4 years ago

I would like to pipe in for the interest in this addition. Previous attempts appeared to center around webpack configuration.