Skip to content

Commit 23bb75d

Browse files
committed
Merge remote-tracking branch 'origin/main' into v3
2 parents 70edf38 + eeffe11 commit 23bb75d

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)