UNPKG

cypress-plugin-tab

Version:

<div align="center"> <!-- <img src="docs/readme-logo.png"> --> <h1>cypress-plugin-tab <kbd>beta</kbd></h1> <a href="https://www.npmjs.com/package/cypress-plugin-tab"><img src="https://img.shields.io/npm/v/cypress-plugin-tab.svg?style=flat"></a

8 lines (6 loc) 145 B
/// <reference types="cypress" /> declare namespace Cypress { interface Chainable { tab(options?: Partial<{shift: Boolean}>): Chainable } }