Ailin-Glez / cypress-network-course

My solution of the Cypress Network Testing Exercises from the couse of Gleb Bahmutov

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cypress-network-course

My solution of the Cypress Network Testing Exercises from the couse of Gleb Bahmutov

fastify-example-tests

Cypress tests to fill to check the fastify-example application

These tests are for the online course Cypress Network Testing Exercises

The public repository has test placeholders to be filled by the actual Cypress commands.

Requirements

  • Node.js >= 14 check with node -v
  • clone the example application repo fastify-example, install its dependencies and start the application. It should be running at localhost:3200

Install

  • npm install

Should install all dependencies, including Cypress

Tests

There are 60+ tests, to see them all use find-cypress-specs

About

My solution of the Cypress Network Testing Exercises from the couse of Gleb Bahmutov


Languages

Language:JavaScript 98.0%Language:CSS 1.1%Language:HTML 0.8%