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 services
we noticed that ourREST 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 anworkflow
.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.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
conREST
to point to your db location, with eitherENVIRONMENT VARIABLES
or with theconfig file
.ENVIRONMENT VARIABLES
Set the
MONGO_CONNECTION
variable like:config file
If you rather have the settings stored in a file, you can edit the
config.js
at the root of the artifact folder.node.js
conREST
is 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
protractor
withmocha
andyadda
. To run the E2E tests along with the other tests:To kick off the tests on a running server: