Skip to content

Commit 52c3d7c

Browse files
committed
chore: Update Local setup with light theme screenshots
Signed-off-by: Atul Chahar <chaharatul92@gmail.com>
1 parent 92e66d6 commit 52c3d7c

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed
-172 KB
Loading
111 KB
Loading
108 KB
Loading
117 KB
Loading

versioned_docs/version-4.0.0/quickstart/samples-sinatra-postgres.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,12 @@ export DATABASE_PASSWORD=postgres
157157
keploy record -c "bundle exec ruby app.rb"
158158
```
159159

160+
![Keploy Record Local](/img/sinatra-postgres/keploy-record-local.png)
161+
160162
Then make API calls as shown above (in a separate terminal).
161163

162-
![Generate Testcases Sinatra](/img/sinatra-postgres/generate-testcases-sinatra.png)
164+
![Generate Testcases Local](/img/sinatra-postgres/generate-testcases-local.png)
165+
163166

164167

165168
### Run Tests
@@ -168,6 +171,9 @@ Then make API calls as shown above (in a separate terminal).
168171
keploy test -c "bundle exec ruby app.rb" --delay 5
169172
```
170173

174+
![Keploy Test Local](/img/sinatra-postgres/keploy-test-local.png)
175+
176+
171177
### Conclusion
172178

173179
You have successfully recorded and replayed API tests for a Ruby Sinatra application using Keploy.

0 commit comments

Comments
 (0)