javascript

3 posts
Articles about JavaScript programming language, frameworks, and libraries.

Latest Articles

View All Posts

Comprehensive Logging and Reporting in Cypress (Part 3)

In the first two parts of this series, we covered setting up Cypress and implementing the Page Object Model for maintainable tests. Now it's time to focus on a critical aspect of test automation that…

Building Maintainable Cypress Tests with Page Object Model (Part 2)

In Part 1 of this series, we set up Cypress and created our first automated test for YouTube search functionality. While our test works, there's an issue we didn't address: maintainability. Imagine…

Getting Started with Cypress: A Step-by-Step Guide to Setup and First Test (Part 1)

Over the past decade of working in quality engineering, I've experimented with dozens of test automation frameworks. But few have managed to combine power, simplicity, and developer experience quite…