Skip to content

vitalit-sib/msviz-test-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msviz backend REST API testing

Launches a series of integration test on the REST API. We use node.js and the frisby framework, executing all src/spec/api/*_spec.js files. It populates mongodb with temporary data from the resources/ directory

Launch the test

 node_modules/jasmine-node/bin/jasmine-node src/spec/api/ --junitreport

The default backend url is http://localhost:9000 but it can be specified via:

 export URL_MSVIZ_SERVER=http://msviz.vital-it.ch/backend

About

test REST API for the the msviz backend server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published