Skip to content

MarcioRSanches/cypress-advanced-course

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing Automation with Cypress - Advanced

👋 Welcome!

I'm pleased to have you here. I'm sure you're gonna love this course. ❤️

What you will learn

During the advanced course of Cypress, you'll learn:

  • How to create tests 100% flakiness-free
  • How to interact with web apps as close as real users do
    • How to wait for an element to be visible before interacting with it
    • How to test searching functionalities simulating keyboard events
    • How to wait for an HTTP request to finish before moving on with the tests
  • How to organize tests in their specific contexts
  • How to read the browser's localStorage
  • How to make element selectors specific
  • How to simplify repetitive commands
  • How to intercept and mock an external API to test the frontend decoupled from the backend
  • How to simulate server and network failures
  • How to simulate a delay on an API call
  • How to change the default test report to one that fits your style 😉

Let's get started?

Go to the pre-requirements section.


A course created by the Talking About Testing school.

About

Project from the advanced Cypress course of the Talking About Testing school https://www.udemy.com/course/testing-automation-with-cypress-advanced

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%