An open API service indexing awesome lists of open source software.

https://github.com/godeltech/godeltech.storyline.rest


https://github.com/godeltech/godeltech.storyline.rest

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# GodelTech.StoryLine.Rest
# Description
Welcome to **GodelTech.StoryLine.Rest** library which is set of REST-specific actions and expectations for [GodelTech.StoryLine](https://github.com/GodelTech/GodelTech.StoryLine/wiki) 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 [GodelTech.StoryLine.Rest](https://www.nuget.org/packages/GodelTech.StoryLine.Rest/) package.

The following projects may be also useful during development of tests for REST services:
* [GodelTech.StoryLine.Wiremock](https://github.com/GodelTech/GodelTech.StoryLine.Wiremock) provides fluent syntax for [Wiremock](http://wiremock.org/) tool. This tool is used to stub behavior of dependencies (other REST services) which tested service interacts with.
* [GodelTech.StoryLine.Utils](https://github.com/GodelTech/GodelTech.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.
* [GodelTech.StoryLine.Rest.Coverage](https://github.com/GodelTech/GodelTech.StoryLine.Rest.Coverage/) tool can be used to measure REST API test coverage level.

Please find more details regarding this library in [documentation](https://github.com/GodelTech/GodelTech.StoryLine.Rest/wiki).

# License
This project is licensed under the MIT License. See the LICENSE file for more details.