Challenge: Write a Test and Custom Command
Explore how to write a custom Cypress command to create a new post and combine it with an existing signup command. Understand how to validate API requests and enhance front-end testing with custom commands for better efficiency and integration.
We'll cover the following...
We'll cover the following...
Problem statement
Write a custom command createPost that allows you to create a new post and write a test that leverages both the existing signupV3 command that we have written in the ...