cypress-plugin-multiple-click
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

cypress-plugin-multiple-click

npm version   TypeScript

⚙️ Install

  • npm:
npm install cypress-plugin-multiple-click
  • yarn:
yarn add cypress-plugin-multiple-click
  • pnpm:
pnpm add cypress-plugin-multiple-click

Then import the plugin into your cypress/support/e2e.js file:

import 'cypress-plugin-multiple-click';
// or
require('cypress-plugin-multiple-click');

🧪 Usage

You can now easily use cy.clicks(). It takes two parameters:

  • times: number of clicks - default is 1
  • options: click options (ref)

License

This project is licensed under the terms of the MIT license.

Package Sidebar

Install

npm i cypress-plugin-multiple-click

Weekly Downloads

203

Version

1.0.0

License

MIT

Unpacked Size

5.94 kB

Total Files

7

Last publish

Collaborators

  • mohamadkh75