Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugodf/cypress-scroll-position-assertions
Demo of Cypress assertions on page scroll position/offset
https://github.com/hugodf/cypress-scroll-position-assertions
cypress cypress-example
Last synced: 19 days ago
JSON representation
Demo of Cypress assertions on page scroll position/offset
- Host: GitHub
- URL: https://github.com/hugodf/cypress-scroll-position-assertions
- Owner: HugoDF
- License: mit
- Created: 2020-11-15T18:07:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T14:44:20.000Z (almost 2 years ago)
- Last Synced: 2024-11-03T23:41:46.592Z (2 months ago)
- Topics: cypress, cypress-example
- Language: HTML
- Homepage: https://codewithhugo.com/cypress-scroll-assertions/
- Size: 564 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Requirements
- Node 12
- Yarn 1.x or npm## Setup
1. Clone the repository
2. Run `yarn` or `npm install` installs all required dependencies.## npm scripts
> Equivalent `npm run ` should also work
- `yarn dev` will run the dev server (static file server of `src` files)
- `yarn cy:open` will run the Cypress GUI
- `yarn cy:run` will run the Cypress suite
- `yarn lint` will lint all of the files with [xo](https://github.com/xojs/xo)
- `yarn format` will run lint with `--fix` option on all the examples files (and tests).## LICENSE
Code is licensed under the [MIT License](./LICENSE).