v1
5/16/2021 by prontiol -00
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const data = Array(1e6).fill().map(() => Math.random())
delete caserun single casemove downdrag and drop case


ready



const result = []
for (let i=0; i<data.length; i++) {
	result.push(data[i])
}
delete caserun single casemove updrag and drop case


ready



const result = data.map(x => x)
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