Skip to content

Commit 7e1e625

Browse files
committed
feat: Add local setup screenshots to documentation
- Add bundle install screenshot for local setup - Re-use API test generation screenshot for local setup - Update Docker setup screenshots with latest versions Signed-off-by: Atul Chahar <chaharatul92@gmail.com>
1 parent 5de18fe commit 7e1e625

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

190 KB
Loading

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ You can also check the test summary from your CLI.
129129
bundle install
130130
```
131131

132+
![Bundle Install Sinatra](/img/sinatra-postgres/bundle-install.png)
133+
134+
132135
2. **Set up environment variables:**
133136

134137
```bash
@@ -153,6 +156,9 @@ keploy record -c "bundle exec ruby app.rb"
153156

154157
Then make API calls as shown above.
155158

159+
![Generate Testcases Sinatra](/img/sinatra-postgres/generate-testcases-sinatra.png)
160+
161+
156162
### Run Tests
157163

158164
```bash

0 commit comments

Comments
 (0)