annaparunkova-cypress-custom-package
v1.0.1
Published
Cypress custom command package
Readme
Cypress Custom Package
This package includes a custom command for Cypress.
Installation
npm install annaparunkova-cypress-custom-package
Usage
Import the custom command in your Cypress support file:
import "annaparunkova-cypress-custom-package/cypress/support/commands.js";
Running Tests
Run your tests with:
npm run test
Configuration
To configure Cypress, update the cypress.config.js file as needed.
