#Test Payments
Helps to test common payment frameworks with testing data, such as:
- Name, Address, Phone per location
- Payment test data for providers: Stripe, Spreedly, BrainTree, MercadoPago, Mango, etc.
Original fork of bugmagnet.
##Usage
The easiest way to install the extension is from the Chrome Web store. After installation, just right-click on any editable item on the page and you'll see the Test Payments submenu. Click an item there, and it will be inserted into the editable field.
Alternatively, you can load the extension from the source files - see Running from a local setup below.
##Features
- Convenient access to common test payment data
- Works on input fields, text areas, content editable DIVs
- Works on multi-frame pages, but only if they are from the same domain
- Only works in Chrome
- Tiny overhead per page (<1k), no 3rd party library dependencies, completely passive, so it does not interfere with your web app execution in any way
##Questions, suggestions
Twitter: @facundofarias
##Resources for more info
- Stripe Test Data
- PayPal Test Data
- Spreedly Test Data
- BrainTree Test Data
- MercadoPago Test Data
- Mango Test Data
- WorldPay Test Data
- Adyen Test Data
- SagePay Test Data
- Paymill Test Data
###Running tests
Install Grunt, Node and NPM (instructions are in GruntFile.js). Then run tests from the command line using
grunt jasmine
###Running from a local setup
Load manifest.json from the src folder in Chrome as an unpacked extension.
##Credits
Special thanks to @gojkoadzic, and his bugmagnet which I used as baseline.