https://github.com/godeltech/godeltech.storyline.rest
https://github.com/godeltech/godeltech.storyline.rest
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/godeltech/godeltech.storyline.rest
- Owner: GodelTech
- License: mit
- Created: 2020-09-30T07:49:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T11:03:10.000Z (5 months ago)
- Last Synced: 2024-12-23T12:19:38.128Z (5 months ago)
- Language: C#
- Size: 65.4 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.