v1
- by kirmas 3/3/202100
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
function fromThis() {
	return this.context
}
function fromArg(arg) {
    return () => arg.context	
}

delete caserun single casemove downdrag and drop case


ready



const obj = {context: Math.random()}

fromThis.bind(obj)()
delete caserun single casemove updrag and drop case


ready



const obj = {context: Math.random()}

fromArg(obj)()
Test Case - click to add another test case
Teardown JS - click to add teardown JavaScript
Output (DOM) - click to monitor output (DOM) while test is running
RUN