cypress-documentation
                                
                                 cypress-documentation copied to clipboard
                                
                                    cypress-documentation copied to clipboard
                            
                            
                            
                        Add Vulcan Next to list of plugins
Hi,
I am the maintainer of Vulcan Next, a React+GraphQL framework written on top of Next.js.
Vulcan Next is comparable to already listed plugins such as Next Right Now and Bison. However, Vulcan is backed by a more generic framework, Vulcan NPM, that itself is a port from our older MeteorJS version (Vulcan/Telescope), making it one of the oldest "meta-framework" around.
A huge part of the boilerplate is actually composed by the test tooling:
- we use Storybook and the "testing-react" in Jest to quickly write component unit and anti-regression tests
- we use Cypress for e2e testing, with demoes of advanced tests like testing a Next.js API or authentication-related mailing
- more broadly, we setup every little things you would expect when plugging Next.js and Cypress: automatically loading the right environment variable, enabling the "debug" package in the browser, being able to reuse your application logic and typings within the tests and so on
- we also try to have consistent experience with Jest: reusing the same test fixtures, using Testing Library to write the selectors for instance, so that testing logic is not duplicated
I hope you'll like the project enough to add it as a community plugin!
👷 Deploy request for cypress-docs pending review. Visit the deploys page to approve it
🔨 Explore the source changes: e15e5bd73d91d71a07e7f40841ea5dccad7dc453
@eric-burel is attempting to deploy a commit to the Cypress Team on Vercel.
A member of the Team first needs to authorize it.