UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

8 lines (7 loc) 149 B
export type UIPlugin = { name: string type: 'devtools' initialize: (contentWindow: Window) => void mount: () => void unmount: () => void }