v1
6/19/2020 by OlivierC 6/20/202000
Setup HTML - click to add setup HTML
Setup JS - click to add setup JavaScript
delete caserun single casemove downdrag and drop case


ready



const jsDetect = (() => {
  const html = document.documentElement
  html.classList.replace('no-js', 'js')
})()
delete caserun single casemove upmove downdrag and drop case


ready



const jsDetect = (() => {
  const html = document.querySelector('html')
  html.classList.replace('no-js', 'js')
})()
delete caserun single casemove updrag and drop case


ready



const jsDetect = (() => {
  const html = document.getElementsByTagName('html')[0]
  html.classList.replace('no-js', 'js')
})()
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