JSPM

  • Created
  • Published
  • Downloads 72
  • Score
    100M100P100Q63757F
  • License MIT

Extends the functinality of Cypress to ease its usage.

Package Exports

  • cypress-extender
  • cypress-extender/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cypress-extender) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

cypress-extender

Extends the basic functinality of Cypress

for shorter, easier to use, more readable, less flaky tests.

Since we extend cypress functionality in multiple ways,

this readme file is now splitted to multiple files

To combine cypress commands with while/if/for see test functions

To extend cypress array commands see array functions

To custom and extend log commands see log functions