Today your assignment is to implement the steps in the lesson “Lesson a3: Log the messages from the test to the terminal“ of the Cypress Plugins course. You will learn how to use the cy.task command from your test or from custom commands.
Tip: you might want to study the free lesson “Lesson a1: Install and use the plugin cypress-get-by-label” before trying lesson “a3”.
Previous lessons
Lessons marked with 📡 are from the Cypress Network Testing Exercises course. Lessons marked with 🔌 are from the Cypress Plugins course.
Day 1: 📡 “Spec 08: Import the JSON fixture directly into the spec”
Day 2: 📡 “Spec 14: Reloads the page until it sees the word Bananas"
Hi, I just completed this challenge and I was wondering the following: what would be the use case for serializeArray? Any examples as to why one would use it in their test cases?