Home / Companies / Cypress / Blog / October 2018

October 2018 Summaries

2 posts from Cypress

Filter
Month: Year:
Post Summaries Back to Blog
Quizlet, a leading online learning community with over 30 million monthly users, transitioned to Cypress as their primary end-to-end testing framework after facing limitations with their previous Selenium-based tool, Capybara. The Quizlet team preferred a testing framework in JavaScript, their primary coding language, and found Cypress to excel in cross-browser support, debugging ease, and test runtime. Unlike Selenium, Cypress operates as a standalone framework built on Node, making it more efficient for their needs. With a supportive community and regular updates, Cypress has enabled Quizlet to efficiently run smoke tests on critical user flows and broader tests for system integration issues, ensuring their application remains reliable and functional for users.
Oct 17, 2018 610 words in the original blog post.
Gleb Bahmutov's blog post discusses customizing the appearance of the Cypress test runner through user-created color themes, specifically focusing on a Halloween theme to enhance the testing experience. The article explains how to inject custom CSS styles into the test environment by accessing the parent window document in a before hook, which allows the addition of new styles without interfering with the application context. The Halloween theme includes elements like orange-colored failed test counters and suggests adding fun, thematic details such as spinning skulls and cobwebs. The post provides a guide to implementing these changes by installing the `cypress-dark` module and updating the Cypress configuration, encouraging users to personalize their testing environment and warning them humorously about failing tests.
Oct 11, 2018 627 words in the original blog post.