Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

Cypress Tests failing in Headless mode for API execution

I am developing an API testing backend using Cypress with cy.request. I am aware that cy.request natively uses built-in promises (Cypress.Chainable), so there is no need to handle it with JavaScript p...
10.03.2025 0 Read More

Cypress Parallel Testing Made Easy: Step-by-Step Guide with Practical Code Examples

Cypress Parallel Testing Made Easy: Step-by-Step Guide with Practical Code Examples
Cypress is a popular tool that is used for front-end testing in a simple manner, enabling easy execution of the tests. One feature of Cypress that can help you enhance the speed and efficiency of your...
11.03.2025 0 Read More

Testing Account Verification with Cypress

Who should perform account verification testing?Account verification is used primarily to confirm that the information defining the account is accurate and represents a real person, company, or other ...
12.03.2025 0 Read More

Streamlining Cypress Test Automation with cypress-plugin-steps

When it comes to end-to-end testing with Cypress, clarity and maintainability are key. Writing readable tests not only helps developers but also makes debugging easier when something goes wrong. In th...
13.03.2025 0 Read More

Integrating Cypress with Jenkins API for Automated Test Preparation

When performing automated tests in Cypress (or any automation tool), you often need to prepare data or bring the application to a certain state before execution. This can involve seeding a database, g...
16.03.2025 0 Read More

Integration Tests using Cypress Next.js and Prisma

Integration Tests using Cypress Next.js and Prisma
In this article, I’ll walk you through setting up a Next.js + Prisma + Cypress testing environment. My goal is to keep things as simple as possible, so we’ll use SQLite as the database and React w...
17.03.2025 0 Read More

Smart Test Execution in Cypress: Dynamically Control Test Execution

Smart Test Execution in Cypress: Dynamically Control Test Execution
Have you ever wondered how to dynamically skip a test in cypress based on a condition?When writing tests, there are times we need to conditionally skip certain test cases based on the environment or o...
18.03.2025 0 Read More

Automating QA: A Manual Tester's Journey

Since I began my journey as a Quality Assurance Engineer in manual testing, I've always admired those in the automation field from a distance. Watching them automate the test cases I executed manually...
18.03.2025 0 Read More

Docker + Cypress in 2025: How I’ve Perfected My E2E Testing Setup

Hey there! A few years back, I was juggling multiple test frameworks, environment conflicts, and the dreaded “it works on my machine” fiasco. My team was shipping code daily, and every time a buil...
20.03.2025 0 Read More

Mastering Cypress for Responsive Web Testing: The Ultimate Guide

In this post, we’re exploring a crucial aspect of modern web development—Responsive Web Testing with Cypress. With applications being accessed across an ever-growing variety of devices, ensuring a...
20.03.2025 0 Read More
Loading...
#reading
Managed identities
0
Understanding the Tax Implications of GitHub Sponsors: A Comprehensive Guide
0
10. BASIC JAVASCRIPT -VARIABEL, TIPE DATA, CONDITION, LOOPING
0
There are two web game competitions happening now and you should participate in both!
0
Location and Device Fingerprinting
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0