UNPKG

cypress-load-balancer

Version:

A simple load balancer for Cypress tests.

3 lines (2 loc) 152 B
import { TestingType } from "./types"; export default function addCypressLoadBalancerPlugin(on: Cypress.PluginEvents, testingType?: TestingType): void;