Hacker News new | ask | show | jobs
by 88913527 1474 days ago
How might one compare and contrast this solution with tools like Storybook paired with Chromatic? This looks fantastic and I love seeing innovation in this space; UI testing is challenging for teams who lean on these tools so they can focus on building great user experiences.
1 comments

To be honest my experience with Storybook is limited, and I see it more specialized for design-system consistency and review. Karate is a generic browser automation framework, which can do cross-browser testing. With some tweaks it could possibly complement Storybook, for instance, here is an example of an accessibility test-report: https://twitter.com/getkarate/status/1338892932691070976

Thanks for the pointer, we will certainly explore the possibilities here!