You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keploy can be used on Linux, Windows and MacOS through [Docker](https://docs.docker.com/engine/install/).
18
49
@@ -30,7 +61,7 @@ Using the docker-compose file we will start :-
30
61
keploy record -c "docker-compose up" --container-name=fasthttp_app
31
62
```
32
63
33
-
To genereate testcases we just need to make some API calls. You can use [Postman](https://www.postman.com/), [Hoppscotch](https://hoppscotch.io/), or simply `curl`: -
64
+
To generate testcases we just need to make some API calls. You can use [Postman](https://www.postman.com/), [Hoppscotch](https://hoppscotch.io/), or simply `curl`: -
Now that we have our testcase captured, run the test file.
52
83
53
84
```shell
54
-
keploy test -c "docker-compose up" --container-name=fasthttp_app --goCoverage --delay 10
85
+
keploy test -c "docker-compose up" --container-name=fasthttp_app --delay 10
55
86
```
56
87
57
88

58
89
59
-
_Voila! Our testcases have passed🥳_ . We can also notice that by capturing just few API calls we got around 88.5% of aggregated coverage with keploy generated testcases
90
+
_Voila! Our testcases have passed🥳_ . We can also notice that by capturing just a few API calls we achieved high test coverage with Keploy generated testcases
91
+
60
92
61
93
If you like the sample application, Don't forget to star us ✨
0 commit comments