Skip to content

Actually put in the UTG beta in the docs #474

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ description: The latest updates and changes to CodeRabbit.
sidebar_position: 13
---

## July 23, 2025

### ⚡️ Unit Test Generation - Beta

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.

## July 17, 2025

### Enhanced Reporting Capabilities
Expand Down
6 changes: 3 additions & 3 deletions docs/finishing-touches/unit-test-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
```

:::warning
This feature is [experimental](/early-access#experiments).
This feature is in beta.
:::

# Unit Test Generation

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

Unit Test Generation is an Early Access Experimental feature.

## Usage

![Unit Test Generation](/img/finishing-touches/utg.gif)

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.

Once sent, CodeRabbit will perform the following actions:
Expand Down
8 changes: 4 additions & 4 deletions docs/reference/review-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ CodeRabbit through chat, see [Interact with CodeRabbit reviews](/guides/code-rev

## Documentation commands

| Command | Description | Use Case |
| ---------------------------------------- | -------------------------------------------- | --------------------------------------------------- |
| `@coderabbitai generate docstrings` | Generates docstrings for functions in the PR | When you need automatic documentation for your code |
| Command | Description | Use Case |
| ----------------------------------- | -------------------------------------------- | --------------------------------------------------- |
| `@coderabbitai generate docstrings` | Generates docstrings for functions in the PR | When you need automatic documentation for your code |
| `@coderabbitai generate unit tests` | Generates unit tests for the PR | When you need automatic unit testing for your code |
| `@coderabbitai configuration` | Shows current CodeRabbit settings | When you need to check or export your configuration |
| `@coderabbitai configuration` | Shows current CodeRabbit settings | When you need to check or export your configuration |

## Agentic chat commands

Expand Down
Binary file added static/img/finishing-touches/utg.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.