Skip to content

Commit 012cd9e

Browse files
committed
feat: trim down content, update pr agent link
Signed-off-by: amaan-bhati <[email protected]>
1 parent c64b4ac commit 012cd9e

File tree

3 files changed

+6
-82
lines changed

3 files changed

+6
-82
lines changed

versioned_docs/version-2.0.0/running-keploy/unit-test-generator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Keploy's UTG aims to:
2929
- **Improve edge case coverage:** Catch complex scenarios often missed manually.
3030
- **Boost test coverage:** Make comprehensive coverage achievable as your codebase grows.
3131

32-
### Try the Unit Test Generator in three ways:
32+
### Try the Unit Test Generator in two ways:
3333

3434
1. **UTG PR Agent**: Install a GitHub App on your repo to automatically generate tests when you create a pull request.
3535
2. **Keploy UTG VS Code Extension**: Generate test files with a single click directly from your IDE.
@@ -52,7 +52,7 @@ Follow the steps below to get started with the Keploy PR Agent on your GitHub re
5252

5353
### 1. Install the Keploy GitHub App
5454

55-
- Visit [github.com/apps/keploy](https://github.com/apps/keploy)
55+
- Visit [github.com/apps/keploy](https://github.com/marketplace/keploy)
5656
- Click on **"Install/Configure"**.
5757
<!-- the configuration/installation screenshot goes here -->
5858
<img src="https://res.cloudinary.com/dqwbkjfuh/image/upload/v1747914670/Screenshot_2025-05-22_at_2.48.30_PM_blsk3h.png" width="100%" />
@@ -99,7 +99,7 @@ Once the process is complete:
9999
## 🔌 Keploy VS Code Extension - One-Click Unit Test Generation Inside Your IDE
100100

101101
Writing unit tests shouldn't be a chore and with the Keploy VS Code Extension, it isn’t.
102-
Used by over **500K+ developers** as of **March 22, 2025**, the Keploy VS Code extension empowers developers to generate high-quality, meaningful unit tests with **a single click** - without ever leaving their IDE. Whether you're refactoring code, adding new features, or onboarding onto a new repo, Keploy simplifies your testing workflow right inside VS Code.
102+
Used by over **500K+ developers** as of **March 22nd, 2025**, the Keploy VS Code extension empowers developers to generate high-quality, meaningful unit tests with **a single click** - without ever leaving their IDE. Whether you're refactoring code, adding new features, or onboarding onto a new repo, Keploy simplifies your testing workflow right inside VS Code.
103103

104104
### Setup Guide - Step by Step
105105

versioned_docs/version-2.0.0/running-keploy/utg-pr-agent.md

Lines changed: 3 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Follow the steps below to get started with the Keploy PR Agent on your GitHub re
3131

3232
### Step 1. Install the Keploy GitHub App
3333

34-
- Visit [github.com/apps/keploy](https://github.com/apps/keploy)
34+
- Visit [github.com/apps/keploy](https://github.com/marketplace/keploy)
3535
- Click on **"Install/Configure"**.
3636
<!-- the configuration/installation screenshot goes here -->
3737
<img src="https://res.cloudinary.com/dqwbkjfuh/image/upload/v1747914670/Screenshot_2025-05-22_at_2.48.30_PM_blsk3h.png" width="100%" />
@@ -121,20 +121,6 @@ After successful installation:
121121
- **Permission-Based Access**: Only accesses repositories you explicitly authorize
122122
- **SOC 2 Compliance**: Enterprise-grade security standards
123123

124-
### **Built for Scale**
125-
126-
- **Monorepo Friendly**: Handles large, complex codebases efficiently
127-
- **Team Collaboration**: Multiple developers can use simultaneously without conflicts
128-
- **Performance Optimized**: Fast analysis even for substantial code changes
129-
- **Rate Limit Aware**: Intelligent request management for high-volume usage
130-
131-
## **Advanced Workflow Integration**
132-
133-
### **CI/CD Pipeline Enhancement**
134-
135-
- **Quality Gates**: Use generated tests as deployment criteria
136-
- **Automated Coverage**: Track coverage improvements across releases
137-
- **Integration Testing**: Combine with existing test suites seamlessly
138124

139125
### **Team Productivity Multipliers**
140126

@@ -147,53 +133,16 @@ After successful installation:
147133

148134
### **Development Velocity**
149135

150-
- **60% Faster PRs**: Eliminate manual test writing bottlenecks
136+
- **Faster PRs**: Eliminate manual test writing bottlenecks
151137
- **Improved Review Quality**: Focus on business logic instead of test boilerplate
152138
- **Reduced Back-and-Forth**: PRs include tests from initial submission
153139

154140
### **Code Quality**
155141

156-
- **40% Fewer Production Bugs**: Comprehensive test coverage catches issues early
142+
- **Fewer Production Bugs**: Comprehensive test coverage catches issues early
157143
- **Better Edge Case Handling**: AI identifies scenarios humans often miss
158144
- **Consistent Testing Standards**: Uniform test quality across all contributors
159145

160-
## **Perfect For Modern Development Teams**
161-
162-
### **Ideal Use Cases:**
163-
164-
- **Fast-Moving Startups**: Maintain quality while shipping rapidly
165-
- **Enterprise Teams**: Ensure consistent testing standards across large organizations
166-
- **Open Source Projects**: Welcome contributions with confidence through automated testing
167-
- **Legacy Code Modernization**: Add tests to existing systems during refactoring
168-
- **Remote Teams**: Async code review process with built-in quality assurance
169-
170-
### **Developer Personas:**
171-
172-
- **Senior Engineers**: Focus on architecture while AI handles test minutiae
173-
- **Junior Developers**: Learn testing best practices through AI-generated examples
174-
- **Team Leads**: Ensure consistent quality standards without micromanagement
175-
- **DevOps Engineers**: Integrate testing into automated deployment pipelines
176-
177-
## **What Makes PR Agent Special?**
178-
179-
### **Intelligent Change Detection**
180-
181-
The PR Agent doesn't just scan your code—it understands it. Using advanced AST parsing combined with GPT-4o and other cutting-edge LLMs, it analyzes your pull request diffs with surgical precision to generate contextually relevant, clean, and comprehensive test cases.
182-
183-
### **Seamless GitHub Integration**
184-
185-
- **Zero Configuration Required**: Works immediately after installation
186-
- **Non-Intrusive Workflow**: Integrates naturally with existing PR processes
187-
- **Real-Time Feedback**: Provides instant test generation via PR comments
188-
- **Secure Processing**: Handles private repositories with enterprise-grade security
189-
190-
### **Smart Test Generation**
191-
192-
Whether you're implementing new features, fixing critical bugs, or refactoring legacy systems, the PR Agent ensures every change comes with:
193-
194-
- **Comprehensive Test Coverage**: Happy paths, edge cases, and error scenarios
195-
- **Framework-Aware Output**: Tests generated in your project's existing testing patterns
196-
- **Business Logic Understanding**: AI that comprehends your code's intent and purpose
197146

198147
## **Get Started Today**
199148

versioned_docs/version-2.0.0/running-keploy/utg-vsc-extension.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,6 @@ your-project/
132132
└── calculator.test.js
133133
```
134134

135-
### **Framework Integration**
136-
137-
- **Auto-Detection**: Recognizes your existing testing framework
138-
- **Import Optimization**: Generates clean, efficient import statements
139-
- **Mock Generation**: Creates sophisticated mocks for external dependencies
140-
- **Setup/Teardown**: Includes necessary test lifecycle methods
141135

142136
## **Key Features & Benefits**
143137

@@ -157,27 +151,8 @@ your-project/
157151
- **Documentation**: Tests serve as executable documentation
158152
- **Refactoring Safety**: Comprehensive test suites enable confident refactoring
159153

160-
## **Perfect for Every Developer**
161-
162-
### **Individual Developers**
163-
164-
- **Rapid Prototyping**: Generate tests for experimental features
165-
- **Learning Tool**: Study AI-generated tests to improve testing skills
166-
- **Side Projects**: Maintain quality in personal projects without overhead
167-
168-
### **Development Teams**
169-
170-
- **Consistent Standards**: Uniform test quality across team members
171-
- **Onboarding Acceleration**: New developers learn testing patterns quickly
172-
- **Code Review Efficiency**: PRs include tests from initial submission
173-
- **Knowledge Sharing**: Tests document expected behavior for team members
174154

175-
### **Enterprise Organizations**
176155

177-
- **Legacy Modernization**: Add tests to existing codebases safely
178-
- **Compliance**: Meet testing requirements for regulated industries
179-
- **Scale Management**: Handle large codebases with automated test generation
180-
- **Risk Mitigation**: Comprehensive testing reduces production incidents
181156

182157
<!-- ## **Future-Ready Testing Platform**
183158

0 commit comments

Comments
 (0)