Skip to content

Commit f0ee41c

Browse files
author
Howon Lee
committed
thinky
1 parent 62057a1 commit f0ee41c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ description: The latest updates and changes to CodeRabbit.
55
sidebar_position: 13
66
---
77

8+
## July 23, 2025
9+
10+
### ⚡️ Unit Test Generation - Beta
11+
12+
CodeRabbit's unit test generation is now available in Beta! Automatically generate comprehensive unit tests for your code changes, ensuring better test coverage and catching edge cases you might miss. Our AI analyzes your code structure and creates tests that follow best practices and your project's testing patterns. Learn more [here](https://docs.coderabbit.ai/finishing-touches/unit-test-generation), or just try it under ✨ Finishing Touches.
13+
814
## July 17, 2025
915

1016
### Enhanced Reporting Capabilities

docs/finishing-touches/unit-test-generation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
1010
```
1111

1212
:::warning
13-
This feature is [experimental](/early-access#experiments).
13+
This feature is in beta.
1414
:::
1515

1616
# Unit Test Generation
1717

1818
Unit Test Generation is part of the [finishing touches](/future-development#finishing-touches).
1919

20-
Unit Test Generation is an Early Access Experimental feature.
21-
2220
## Usage
2321

22+
![Unit Test Generation](/img/finishing-touches/utg.gif)
23+
2424
Once you are done with your pull request and its reviews, you may want to perform finishing touches to your code, such as adding unit tests. You can request CodeRabbit to generate unit tests by typing `@coderabbitai generate unit tests` in a comment under that pull request or by clicking a checkbox under **Generate Unit Tests** in the CodeRabbit Walkthrough.
2525

2626
Once sent, CodeRabbit will perform the following actions:

static/img/finishing-touches/utg.gif

15.5 MB
Loading

0 commit comments

Comments
 (0)