v1
- by sh0ber 2/28/202100
disable setup HTML
Setup HTML
<script src="https://unpkg.com/vue@2.6.12/dist/vue.js"></script>
Setup JS - click to add setup JavaScript
delete caserun single casemove downdrag and drop case


ready



Vue.compile(`<div @click="test"></div>`);
delete caserun single casemove updrag and drop case


ready



Vue.compile(`<div @click="test($event)"></div>`);
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