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