v1
2/22/2021 by diniden -00
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const t = [1, 2, 3];
delete caserun single casemove downdrag and drop case


ready



const [x, y, z] = t;
delete caserun single casemove updrag and drop case


ready



const {0: x, 1: y, 2: z} = t;
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