conREST is an application to configure and chain multiple REST calls.
Introduction
While testing our REST services we noticed that our REST services test tool are focusing on single calls.
This resulted in manual actions in order to reuse the result retrieved from the previous requests to perform a test
for an workflow.
This also implied that the knowledge of the workflow has to be stored outside of the test tool. We want to have all
information grouped together, easy accessable and sharable.
conREST
conREST is an application to configure and chain multiple REST calls.
Introduction
While testing our
REST serviceswe noticed that ourREST services test toolare focusing on single calls. This resulted in manual actions in order to reuse the result retrieved from the previous requests to perform a test for anworkflow.This also implied that the knowledge of the
workflowhas to be stored outside of the test tool. We want to have all information grouped together, easy accessable and sharable.Features
Implemented
Roadmap
Setup
The setup requires: * MongoDB * nodejs * conREST artifact (INPROGRESS)
MongoDB
Setting up your MongoDB by downloading and installing it from: http://www.mongodb.org/
Configure
conRESTto point to your db location, with eitherENVIRONMENT VARIABLESor with theconfig file.ENVIRONMENT VARIABLES
Set the
MONGO_CONNECTIONvariable like:config file
If you rather have the settings stored in a file, you can edit the
config.jsat the root of the artifact folder.node.js
conRESTis tested against node.js version is 0.10.x.Artifacts(INPROGRESS)
The artifacts will be available on github. Head over to the Releases and download the release.
E2E tests
E2E tests are performed with
protractorwithmochaandyadda. To run the E2E tests along with the other tests:To kick off the tests on a running server: