the latest "automatic" (me copying over sftp manually) storybook is always on [juke.fr/komponents/](https://juke.fr/komponents/)
### test suite
playwright is used for testing
```bash
$ yarn test:setup # only needed once to download the browsers
$ yarn test
```
playwright is cool because it gives you traces with screenshots you can go through step by step so yeah
### tested upgrade
the test suite can be used with npm-check-updates to mass upgrade the node modules and make sure stuff still (at least somewhat) works
```bash
$ yarn tested-upgrade
```
it will upgrade all the packages then run the test and do them one by one incrementally if that fails and not do any of the ones that makes the tests fail
a storybook is availble on [komponents.comfy.center](https://komponents.comfy.center)
the latest "automatic" (me copying over sftp manually) storybook is always on [juke.fr/komponents/](https://juke.fr/komponents/)
### test suite
playwright is used for testing
```bash
$ yarn test:setup # only needed once to download the browsers
$ yarn test
```
playwright is cool because it gives you traces with screenshots you can go through step by step so yeah
### tested upgrade
the test suite can be used with npm-check-updates to mass upgrade the node modules and make sure stuff still (at least somewhat) works
```bash
$ yarn tested-upgrade
```
it will upgrade all the packages then run the test and do them one by one incrementally if that fails and not do any of the ones that makes the tests fail
a storybook is availble on [komponents.comfy.center](https://komponents.comfy.center)