- Accueil
- Montréal 2020
- Sessions
This workshop teaches you how to test a modern web application using the Cypress.io end-to-end test runner. The application we are going to test uses the Vue.js framework, with Vuex data management and REST API calls, but the testing will be applicable to any modern web app, regardless of the technology it uses.
Knowledge of web development using JavaScript is required. Some basic Node.js skills are required as well.
Part 1: The Basics
- How to install and run Cypress
- How Cypress scaffolds files
- Writing and running a basic test
- Setting up video recording and screenshots on failure
- Selector Playground
- Testing XHR requests
- Using data fixtures in your tests
Part 2: Core Concepts
- Configuring Cypress via CLI, env, config files
- Retry-ability and custom assertions
- Writing custom commands
- Using custom Webpack or Browserify preprocessor
- Page Objects vs App Actions
- Testing individual Vue / React / X components
- Accessing OS via `cy.task`
- When not to use Cypress
Part 3: Testing Strategy
- Using custom test reporters
- Running Cypress tests on CI
- Recording Cypress tests on the dashboard
- Testing in parallel
- Setting up data before the test
- Cypress module API
- Unit tests vs E2E tests
- Code coverage from E2E tests
- Function + Visual testing