Skip to content

Commit 1470d3a

Browse files
readme update
1 parent 5e91ffc commit 1470d3a

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Library/pyrest.png

74.8 KB
Loading

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
# PyRest-Python
2-
PyRest is an automation framework to test REST API endpoints. This framework is built in Python and inspired from the simplicity of Karate framework by Intuit and snapshot mode from Jest framework by Facebook.
2+
PyRest is an automation framework to test REST API endpoints. This framework is built in Python and inspired from the simplicity of [Karate framework by Intuit](https://github.com/intuit/karate) and snapshot mode from [Jest framework by Facebook](https://jestjs.io/).
3+
4+
5+
6+
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](LICENSE)
7+
[![Made with Python](https://img.shields.io/badge/Made%20with-Python-yellow.svg)](https://www.python.org/)
8+
[![StackOverflow](http://img.shields.io/badge/Stack%20Overflow-Ask-blue.svg)]( https://stackoverflow.com/users/10505289/naresh-sekar )
9+
[![Contributions Welcome](https://img.shields.io/badge/Contributions-Welcome-brightgreen.svg)](CONTRIBUTING.md)
10+
[![email me](https://img.shields.io/badge/Contact-Email-green.svg)](mailto:nareshnavinash@gmail.com)
11+
12+
13+
![alt text](Library/pyrest.png)
14+
315

416
The supported markers are the following:
517

618
Marker | Description
719
------ | -----------
8-
`$null` | Expects actual value to be `null`, and the data element or JSON key *must* be present
920
`$notnull` | Expects actual value to be not-`null`
1021
`$array` | Expects actual value to be a JSON array
1122
`$object` | Expects actual value to be a JSON object

0 commit comments

Comments
 (0)