0.2.0 • Published 9 years ago

form-autofill v0.2.0

Weekly downloads
26
License
MIT
Repository
github
Last release
9 years ago

#form-autofill

npm badge

github release versions npm downloads per month

Autofill your web forms with random test data for quick and easy testing.

form-autofill-demo

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
0.2.0

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago