Skip to content

Commit 2a57c64

Browse files
authored
refactor: v3
* refactor: v3 Signed-off-by: Neha Gupta <gneha21@yahoo.in> * refactor: v3 Signed-off-by: Neha Gupta <gneha21@yahoo.in> * fix: broken images Signed-off-by: Neha Gupta <gneha21@yahoo.in> * fix: broken images Signed-off-by: Neha Gupta <gneha21@yahoo.in> * fix: broken images Signed-off-by: Neha Gupta <gneha21@yahoo.in> * fix: broken images Signed-off-by: Neha Gupta <gneha21@yahoo.in> * fix: broken images Signed-off-by: Neha Gupta <gneha21@yahoo.in> --------- Signed-off-by: Neha Gupta <gneha21@yahoo.in>
1 parent eeffe11 commit 2a57c64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

versioned_docs/version-3.0.0/quickstart/nextjs-postgres.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This will return the response:
8282
curl -X GET http://localhost:3000/api/users
8383
```
8484

85-
[//]: # "![Test Record](../../../../../static/img/nextjs-postgres-record.png)"
85+
![Test Record](../../../static/img/nextjs-postgres-record.png)
8686

8787
Give yourself a pat on the back! With that simple spell, you've conjured up test cases with a mock! Explore the **Keploy directory** and you'll discover your handiwork in `test-1.yml` and `mocks.yml`.
8888

@@ -96,7 +96,7 @@ Time to put things to the test 🧪
9696
sudo -E env PATH=$PATH keploy test -c "npm run dev" --delay 10
9797
```
9898

99-
![Test Record](../../../../../static/img/nextjs-postgres-test.png)
99+
![Test Run](../../../static/img/nextjs-postgres-test.png)
100100

101101
> The `--delay` flag? Oh, that's just giving your app a little breather (in seconds) before the test cases come knocking.
102102

versioned_docs/version-3.0.0/quickstart/rust-wrap-mongo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ curl --location 'http://localhost:8000/api/notes/6618fa20875aedcfe96e08ed'
8888

8989
This is how keploy terminal would look like:
9090

91-
[//]: # "![Testcase](../../../../../static/img/glossary/rust-crud-record.png?raw=true)"
91+
![Testcase](../../../static/img/glossary/rust-crud-record.png?raw=true)
9292

9393
### Run the testcases
9494

0 commit comments

Comments
 (0)