Cross-browser screenshot testing tool for Storybook with fancy UI Runner.
Creevey is a powerful cross-browser screenshot testing tool designed specifically for Storybook. Its intuitive UI Runner enhances the testing experience, making it easy to visualize and interact with your stories as tests. Named after Colin Creevey from the Harry Potter series, Creevey streamlines the testing process for developers by allowing them to write interaction tests effortlessly while ensuring consistent design across different browsers.
With Creevey, you can quickly integrate testing into your CI pipeline without hassle. Its support for Docker and real-time hot-reloading means that you can catch visual discrepancies as they're introduced, allowing for a smoother development workflow and higher quality user experiences.
Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
Storybook is a tool for developing and testing UI components in isolation. It provides a sandbox environment where you can experiment with different props and states to see how your component responds.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.