Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.
Andrei Salanoi edited this page Jul 22, 2017 · 2 revisions

Welcome to StoryLine.Rest library which is set of REST-specific actions and expectations for StoryLine framework.

Primary purpose of this library subsystem and integration test development for REST services. Latest version of package can be found on Nuget.org using the following link to StoryLine.Rest package.

The following projects may be also useful during development of tests for REST services:

  • StoryLine.Wiremock provides fluent syntax for Wiremock tool. This tool is used to stub behavior of dependencies (other REST services) which tested service interacts with.
  • StoryLine.Utils contains set of helper actions and expectations which can simplify such activities as artifact expectation development, waiting for results, transformation of artifacts and etc.

Please fine more details regarding StoryLine.Rest on the next pages of wiki.

Clone this wiki locally