openbadges-validator-service/test
Mike Larsson 7317a0f3f2 Remove unnecessary test util method 2013-08-19 14:45:34 -04:00
..
acceptance Make effort to clean up phantom child proccesses before exiting. 2013-08-12 16:14:32 -04:00
README.md Comment cleanup, variable clarification, and readable README numbering 2013-08-01 18:15:00 -04:00
examples.test.js Adding 0.5.0 assertion, making 1.0.0 assertion issuedon static, and including a basic smoke testing script 2013-07-31 15:11:21 -04:00
utils.js Remove unnecessary test util method 2013-08-19 14:45:34 -04:00
views.test.js Refactoring website tests to spy on app.render and avoid dealing with rendered page altogether. 2013-07-11 11:44:09 -04:00
website.test.js Allow validation through GET with assertion param 2013-08-19 14:43:55 -04:00

README.md

openbadges-validator-service tests

Latest Travis Build

Build Status

Manual Smoke Testing

Wherever the validator service has been deployed,

  1. copy the contents of /oldassertion.valid.json and paste into the validator
  2. check that the validator reports Valid and Spec Version: 0.5.0
  3. copy the contents of /assertion.valid.json and paste into the validator
  4. check that the validator reports Valid and Spec Version: 1.0.0
  5. copy the contents of /signature.valid and paste into the validator
  6. check that the validator reports Valid and Spec Version: 1.0.0
  7. paste { "foo": "bar" } into the validator
  8. check that the validator reports Invalid with a reason
  9. paste foo into the validator
  10. check that the validator reports Invalid and Reason: not a valid signed badge