Skip to content

wlsf82/tat-cypress-intermediate-course-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automated Testing with Cypress - Intermediate

👋 Welcome!

It's great to have you here. I'm sure you will love this course. ❤️

What you will learn

In this course you will learn:

  • How to configure the local development environment
  • How to install and configure Cypress
  • How to create automated GUI tests
  • How to create automated API tests (with visual feedback in the browser)
  • How to test APIs that require an access token
  • How to create optimized and straight-to-the-point tests
  • How to save the user session in the browser for later restoration
  • How to check that the user session is still valid and how to deal with it when it is invalidated
  • How to clean up and create the data before the tests start
  • How to protect sensitive data such as passwords and access tokens
  • How to organize tests and custom commands in different "layers" (API, CLI, GUI)
  • How to structure tests thinking about preconditions, actions and expected results
  • How to generate random data for use in automated tests
  • How to enable experimental Cypress features
  • How to run commands at the operating system level
  • And how to test file reading

Let's start?

Go to the course overview section.


This is another course from Talking About Testing School.