Skip to content

kdallafior/web-annotation-protocol-tester

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license

Web Annotation Protocol Test Client

This is an experimental test client for the Web Annotation Protocol.

Usage

$ npm i -g mocha
$ npm i
$ npm test # runs MUST & SHOULD tests
$ # or
$ npm run musts
$ npm run shoulds

Alternatively (if you don't like the massive node stack trace mess...):

$ mocha tests/musts.js
$ # or
$ mocha tests/shoulds.js

Additionally, you can run specific tests by using mocha's built in grep feature:

$ mocha tests/musts.js -g PUT

Screenshot

pretty, right?

License

MIT

About

[EXPERIMENTAL] Web Annotation Protocol Test Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%