form-autofill
v0.2.0
Published
Autofill your web forms with random test data for quick and easy testing.
Downloads
25
Readme
#form-autofill
Autofill your web forms with random test data for quick and easy testing.
Install
npm install --save-dev form-autofill
Run (Global Scope)
<script src="./node_modules/form-autofill/dist/globals/main.js"></script>
<script>
FormAutofill.fill();
</script>
Contribute
bower i
npm i
./build.sh
Test
ws; #Start localserver at http://localhost:8000
casperjs test test/runner.js; #Execute CasperJS test runner