bahmutov / infinite-scroll-quotes

Example testing the infinite scroll using Cypress

Home Page:https://youtu.be/918BqmTa-w4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

infinite-scroll-quotes renovate-app badge cypress version cypress-recurse version ci

Example testing the infinite scroll using Cypress

Infinite scroll tests

Watch the video Testing The Infinite Scroll With Cypress

Infinite scroll tests are in cypress/integration/spec.js.

Find the text

The spec cypress/integration/find-text.js shows how to keep scrolling the page until we find a quote with the word "debug" in it. Watch the video Use cypress-recurse To Scroll The Page Until It Loads The Text We Are Looking For.

Install and run

$ npm install
$ npm run dev

Start the application and opens Cypress. Click on the spec spec.js to run all tests

The example page copied from JavaScript Infinite Scroll

About

Example testing the infinite scroll using Cypress

https://youtu.be/918BqmTa-w4


Languages

Language:JavaScript 60.0%Language:CSS 30.0%Language:HTML 10.0%