Skip to content

Commit fee64e9

Browse files
authored
Update README with Steply CLI installation and quick start
Added installation instructions for Steply CLI and a quick start guide.
1 parent febd62f commit fee64e9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
===
33
A no-code automated testing framework for Data streams(Kafka), microservices APIs, and databases using JSON.
44

5+
Next, install the [Steply](https://github.com/QABEES/steply?tab=readme-ov-file#steply) CLI to run tests in language-independent mode.
56

67
[![API](https://img.shields.io/badge/api-automation-blue)](https://github.com/authorjapps/zerocode/wiki/What-is-Zerocode-Testing)
78
[![Performance Testing](https://img.shields.io/badge/performance-testing-8A2BE2)](https://github.com/authorjapps/zerocode/wiki/Load-or-Performance-Testing-(IDE-based))
@@ -19,6 +20,13 @@ A no-code automated testing framework for Data streams(Kafka), microservices API
1920
Zerocode makes it easy to create and maintain automated tests with absolute minimum overhead for [REST](https://github.com/authorjapps/zerocode/wiki/User-journey:-Create,-Update-and-GET-Employee-Details),[SOAP](https://github.com/authorjapps/zerocode/blob/master/README.md#soap-method-invocation-example-with-xml-input), [Kafka Real Time Data Streams](https://github.com/authorjapps/zerocode/wiki/Kafka-Testing-Introduction) and much more.
2021
It has the best of best ideas and practices from the community to keep it super simple, and the adoption is rapidly growing among the developers & testers community.
2122

23+
# Quick Start
24+
Install Steply CLI from [here](https://github.com/QABEES/steply?tab=readme-ov-file#steply)
25+
and run an automated validation test:
26+
```
27+
steply --scenario tests/validate_github_user.json --target-env env/sit.properties
28+
```
29+
2230
Documentation
2331
===
2432
Visit here :

0 commit comments

Comments
 (0)