Given the rise of component-based libraries (Vue, React) and frameworks built on top of them (Nuxt, Next, etc), it is critical to end-end test the components in isolation. Cypress announced the alpha release of its dedicated Component Test Runner in version 7.0. It allows you to run your tests in…