epicmaxco / vuestic-ui

Vuestic UI is an open-source Vue 3 component library designed for rapid development, easy maintenance, and high accessibility. Maintained by Epicmax (@epicmaxco).
https://vuestic.dev
MIT License
3.45k stars 335 forks source link

Bundler tests V2 #3508

Open asvae opened 1 year ago

asvae commented 1 year ago

Right now bundler tests are pretty hard to manage. They're implemented using docker, which I'm personally not sure how to look inside or whether it's possible at all.

also see #3507, which was an inspiration for this issue

asvae commented 1 year ago

Right now we also have some warns for bundler tests. Not sure if we want to handle these in context of this effort.

image
asvae commented 1 year ago

I allowed to skip tests in e6069b649e818a45628bb5c1913c12fc3d843ecb.

They were incredibly hard to run and debug. We need a better system promtly.