v1
3/10/2023 by jonasb -00
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const hit = "(error: https://s1.sentry-cdn.com/_static/dist/sentry/chunks/app_bootstrap_initializeLocale_tsx.abcdefg.js)"
const miss = "at key(webpack/runtime/jsonp chunk loading:27:18)"
delete caserun single casemove downdrag and drop case


ready



const line = hit;
const cleanedLine = /\(error: (.*)\)/.test(hit) ? hit.replace(/\(error: (.*)\)/, '$1') : hit;
delete caserun single casemove upmove downdrag and drop case


ready



const line = hit;
const cleanedLine = hit.replace(/\(error: (.*)\)/, '$1');
delete caserun single casemove upmove downdrag and drop case


ready



const line = miss;
const cleanedLine = /\(error: (.*)\)/.test(miss) ? miss.replace(/\(error: (.*)\)/, '$1') : miss;
delete caserun single casemove updrag and drop case


ready



const line = miss;
const cleanedLine = miss.replace(/\(error: (.*)\)/, '$1');
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