UNPKG

quoad

Version:

Serenity/JS: Next generation acceptance testing library for modern web applications.

11 lines (9 loc) 277 B
import { Cast, Notepad, TakeNotes } from '@serenity-js/core'; export function CustomCast({ contextOptions, options }) { return Cast.where(actor => actor.whoCan( TakeNotes.using(Notepad.with({ contextOptions, options, }))), ); }