Web API Verification without Coding.
Project description
Preacher: Web API Verification without Coding
Preacher verifies API servers, which requests to the servers and verify the responses along to given scenarios.
Test scenarios are written only in YAML declaratively, without coding. In spite of that, Preacher can validate your web API flexibly, which enables you to test using real (neither mocks nor sandboxes) backends.
- Responses are analyzed jq or XPath queries
- Validation rules are based on Hamcrest (implemented by PyHamcrest).
The full documentation is available at preacher.readthedocs.io.
Targets
- Flexible validation to test with real backends: neither mocks nor sandboxes.
- Matcher-based validation.
- CI Friendly to automate easily.
- A CLI application and YAML-based scenarios.
Usage
First, install Preacher.
The most basic way to install Preacher is using pip
. Supports only Python 3.7+.
$ pip install preacher
$ preacher-cli --version
Instead of pip
, Docker images are also available on
Docker Hub
as ymoch/preacher
.
By default, the container working directory is /work
,
and the host directory may be mounted here.
$ docker pull ymock/preacher
$ docker run -v $PWD:/work ymoch/preacher preacher-cli --version
Second, write your own scenario.
# scenario.yml
label: An example of a scenario
cases:
- label: An example of a case
request: /path/to/foo
response:
status_code: 200
body:
- describe: .foo
should:
equal: bar
Then, run preacher-cli
command.
$ preacher-cli -u http://your.domain.com/base scenario.yml
For more information such as grammer of scenarios, see the full documentation.
License
Copyright (c) 2019 Yu MOCHIZUKI
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file preacher-0.15.11.tar.gz
.
File metadata
- Download URL: preacher-0.15.11.tar.gz
- Upload date:
- Size: 44.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.7.13 Linux/5.13.0-1023-aws
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52e8599e5c643d5ebbef3659249dc4cd3e2ff2fdcca1613c1dee4d1a2f7da1f7 |
|
MD5 | bcceb6fa0a308330678f6b954d09e8e3 |
|
BLAKE2b-256 | 597993c060114be1e5d1c77255131f6606ad0db3ec3f3c8ab6008389d792c7c8 |
File details
Details for the file preacher-0.15.11-py3-none-any.whl
.
File metadata
- Download URL: preacher-0.15.11-py3-none-any.whl
- Upload date:
- Size: 79.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.7.13 Linux/5.13.0-1023-aws
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b7469647f23d663f306582c3655e6a9238861edc8e54b9b85004026ecae839d |
|
MD5 | bd33b37005f38af9c8d60365018a66be |
|
BLAKE2b-256 | d2edb2000abb56a95c06aaa387085504e4e9d8cc1e1812f23489320a8072bb29 |