monkey-testing tools for Vue.js apps.
the more complicated your vue.js application is, the harder it becomes to find the user interactions that cause errors or unexpected behavior. monkey-see-monkey-vue
is a monkey-testing tool to simulate users (basically more advanced monkeys banging on more advanced typewriters). Overall, monkey-see-monkey-vue
- finds all the things that vue reacts to (metaphorical buttons to press, levers to pull)
- Semi-randomly interacts with them until something breaks or an exit condition is reached.
- Reports back with code that will reproduce the error.
dependencies
Vue.js
(obviously)@vue/test-utils
@mozillasecurity/octo
for fuzzing utilities- and others.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.