v2
4/14/2022 by edemaine -00
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
let deps = [0,1,2,3].map((x) => (() => x))
delete caserun single casemove downdrag and drop case


ready



let input = [];
for (let i = 0; i < deps.length; i++) input.push(deps[i]());
delete caserun single casemove upmove downdrag and drop case


ready



let input = deps.map((x) => x())
delete caserun single casemove updrag and drop case


ready



const input = Array(deps.length);
for (let i = 0; i < deps.length; i++) input[i] = (deps[i]());
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