repl()
Starts a REPL when Taiko is invoked as a runner with --load option.
Examples
Section titled “Examples”const { goto } = require('taiko');const { repl } = require('taiko/recorder');(async () => {await goto('google.com')await goto('google.com')await repl();})();taiko --load script.jsParameters
Section titled “Parameters”This API does not have any parameters.
Returns
Section titled “Returns”This API does not return any values.