You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scenario(...).step("Something interesting","foo",()=>{return{foo: "bar"};}).step("Use interesting things",(ctx)=>{constobj=ctx.results.foo;// instead of ctx.previous or ctx.results[0]returnobj;}).build();