Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wlsf82/cypress-advanced-course
Project from the advanced Cypress course of the Talking About Testing school
https://github.com/wlsf82/cypress-advanced-course
cypress cypress-advanced e2e-testing talking-about-testing-school test-automation
Last synced: 15 days ago
JSON representation
Project from the advanced Cypress course of the Talking About Testing school
- Host: GitHub
- URL: https://github.com/wlsf82/cypress-advanced-course
- Owner: wlsf82
- License: mit
- Created: 2021-03-26T16:16:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-04T10:19:55.000Z (over 3 years ago)
- Last Synced: 2024-04-14T06:29:07.216Z (9 months ago)
- Topics: cypress, cypress-advanced, e2e-testing, talking-about-testing-school, test-automation
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 7
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](./lessons/0.md) section.
___
A course created by the [**Talking About Testing school**](https://udemy.com/user/walmyr).