End-to-End JavaScript Testing with Cypress.io

Go to class
Write Review

Free Online Course: End-to-End JavaScript Testing with Cypress.io provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. End-to-End JavaScript Testing with Cypress.io is taught by Shaun Wassell.

Overview
  • Learn how to set up an end-to-end JavaScript testing framework using Cypress.io.

Syllabus
  • Introduction

    • Test automation with JavaScript
    • What you should know
    • Software installation
    1. Introduction to Cypress.io
    • What is Cypress.io
    • Advantages of Cypress.io
    • Limitations of Cypress.io
    2. The Basics
    • Installing and opening Cypress
    • Writing your first Cypress test
    • Testing text input
    • Selecting elements
    • Aliasing elements
    • Working with command results
    • The "beforeEach" hook
    • Setting a base URL
    3. Intermediate Concepts
    • Interacting with elements
    • Triggering other actions
    • Common assertions
    • Automatic retrying
    • Debugging in Cypress
    • Environment variables
    • Test doubles
    4. Other Useful Commands
    • The "wrap" command
    • The "and" command
    • The "filter" and "not" commands
    • Typing special characters
    • Activating code completion
    Conclusion
    • Summary