cypress-plugin
There are 133 repositories under cypress-plugin topic.
jaredpalmer/cypress-image-snapshot
Catch visual regressions in Cypress
NoriSte/cypress-wait-until
Add the Cypress waiting power to virtually everything 🎉
cypress-visual-regression/cypress-visual-regression
Module for adding visual regression testing to Cypress
abramenal/cypress-file-upload
File upload testing made easy
meinaart/cypress-plugin-snapshots
Plugin for snapshot tests in Cypress.io
cypress-io/code-coverage
Saves the code coverage collected during Cypress tests
abhinaba-ghosh/cypress-react-selector
:zap: cypress plugin to locate react elements by component, props and state
lirantal/cypress-social-logins
Cypress authentication flows using social network providers
bahmutov/cypress-split
Split Cypress specs across parallel CI machines for speed
bahmutov/cy-api
Cypress custom command "cy.api" for end-to-end API testing
bahmutov/cypress-failed-log
Saves the Cypress test command log as a JSON file if a test fails
cypress-io/cypress-skip-test
Simple commands to skip a test based on platform, browser or a url
javierbrea/cypress-localstorage-commands
Extends Cypress' cy commands with localStorage methods. Allows preserving localStorage between tests and spec files. Allows disabling localStorage.
FRSOURCE/cypress-plugin-visual-regression-diff
Perform visual regression test with a nice GUI as help. 💅 Only for Cypress!
YOU54F/cypress-plugins
A home for various Cypress Plugins
Lakitna/cypress-commands
A collection of Cypress commands to extend and complement the defaults
Shelex/cypress-allure-plugin
cypress plugin to use allure reporter api in tests
cypress-io/cypress-xpath
Adds XPath command to Cypress test runner
cypress-io/cypress-grep
Filter tests using substring
bahmutov/cypress-skip-and-only-ui
Client-side buttons to run a single test or skip it for Cypress test runner
bahmutov/cypress-recurse
A way to re-run Cypress commands until a predicate function returns true
javierbrea/cypress-fail-fast
A Cypress plugin to skip tests on first failure.
bahmutov/add-typescript-to-cypress
Quickly adds TypeScript spec support to Cypress
bahmutov/cypress-if
Easy conditional if-else logic for your Cypress tests when there is no other way
bahmutov/cypress-select-tests
User space solution for picking Cypress tests to run
iFaxity/vite-plugin-istanbul
A Vite plugin to instrument code for nyc/istanbul code coverage. In similar way as the Webpack Loader istanbul-instrumenter-loader. Only intended for use in development.
NeuraLegion/cypress-har-generator
Cypress plugin for generating HTTP Archive (HAR) files captures network requests during Cypress tests.
Visual-Regression-Tracker/agent-cypress
Visual Regression Tracker integration plugin
elaichenkov/cy-verify-downloads
Cypress custom command to wait and verify that file has been downloaded
bahmutov/cypress-data-session
Cypress command for flexible test data setup
kamranayub/cypress-browser-permissions
A Cypress plugin to set launched browser preferences including permissions like Geolocation, Notifications, Microphone, etc.
bahmutov/cypress-watch-and-reload
Reloads Cypress when one of the watched files changes
julianburr/cypress-match-screenshot
Utility to take screenshots during a cypress test and match them against previous runs
morficus/cypress-dotenv
Cypress plugin that enables compatability with dotenv
Shelex/cypress-allure-plugin-example
example of cypress + cypress-allure-plugin + github action as CI + allure hosted as github page, report:
abramenal/cypress-shadow-dom
Extend Cypress commands with shadow DOM support