v1
8/25/2021 by sheeptester -00
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
let arr = [0]
delete caserun single casemove downdrag and drop case


ready



arr.push(1)
arr.push(2)
arr.push(3)
arr.push(4)
arr.push(5)
arr.push(6)
arr.push(7)
arr.push(8)
arr.push(9)
arr.push(10)
arr.push(11)
delete caserun single casemove updrag and drop case


ready



arr = arr.concat(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
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