Closed jpnsantoss closed 7 months ago
Currently, this PR is missing two things: @LuisDuarte1 is updating the storybook tests CI to run locally but it is running infinitely. The dependencies upgrade part seems to be done already, but it generating some overriding peer dependency warnings regarding vite that we would like to try to get rid of. @jpnsantoss experimented with peerDependencies
but to no avail so far.
The CI is now running the storybook web server locally, however, it's not an optimal CI setup, we could cache the playwright dependencies and cache the storybook-static folder in case there aren't any changes. This is not a priority because we have unlimited minutes so I'll open an issue to optimize the CI.
The CI is now running the storybook web server locally, however, it's not an optimal CI setup, we could cache the playwright dependencies and cache the storybook-static folder in case there aren't any changes. This is not a priority because we have unlimited minutes so I'll open an issue to optimize the CI.
It's nice that we have unlimited minutes but it's still a much better dev experience to have the folder cached, it should be a priority imo
Codecov Report
Attention: Patch coverage is
0%
with22 lines
in your changes are missing coverage. Please review.Additional details and impacted files
```diff @@ Coverage Diff @@ ## develop #276 +/- ## =========================================== - Coverage 100.00% 1.01% -98.99% =========================================== Files 2 49 +47 Lines 16 1584 +1568 Branches 4 51 +47 =========================================== Hits 16 16 - Misses 0 1521 +1521 - Partials 0 47 +47 ```:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.