testplane
Version:
Tests framework based on mocha and wdio
6 lines (5 loc) • 337 B
TypeScript
export { runInEachDisplayedIframe } from "./iframe";
export { disableIframeAnimations, cleanupPageAnimations } from "./animations";
export { cleanupPointerEvents, preparePointerForScreenshot } from "./pointer-events";
export { cleanupScrolls } from "./scrolls";
export { waitForSelectorsToSettle } from "./wait-for-selectors-to-settle";