by Briebug Team | Mar 1, 2022 | Cypress, Frontend, GraphQL
Background Why would you need to mock Cypress GraphQL responses? It’s important to have control of the data you are handling. Say you are fetching data from an API that is replying with thousands of objects, you don’t need all of that data. So mocking the response...
by Briebug Team | Mar 5, 2020 | Cypress, Frontend
Earlier this year, I wrote an Angular Schematic to automatically install the awesome UI testing framework, Cypress. If you’d like to read more about the initial release and that process, check out this article: Switching to Cypress from Protractor in Less Than...
by Briebug Team | May 30, 2019 | Cypress, Frontend, JavaScript, Testing
Testing is a very important part of the software development cycle and has become much easier than when I started out as a developer. The tools continue to improve and the techniques are far more sophisticated. We are able to write unit, integration, and end to end...
by Briebug Team | Feb 5, 2019 | Angular, Cypress, Frontend, Schematics, Typescript
If you haven’t heard of Cypress yet, I’m sure you will soon. Cypress is a self-proclaimed “developer-friendly” open-source end-to-end testing framework. It offers features such as time travel, dev tool debugging, live reloads, automatic waiting...
by Briebug Team | Dec 19, 2018 | Angular, Cypress, E2E Testing, Frontend, JavaScript
I remember the first time I heard about end-to-end testing (E2E). I was so excited to test an MVC application I was working on. The application had a couple million users logging in each day to use their system. I can remember thinking that E2E testing would solve all...