Skip to content
Open
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
12 changes: 12 additions & 0 deletions docs/guide/ai-assistance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## AI assistance

[JMeter DSL Skills](https://github.com/abstracta/jmeter-dsl-skills) is a set of AI agent skills for JMeter Java DSL that will help you throughout the entire performance testing workflow.

Currently, you can use it to:

- **Write DSL code**: get help generating test plans, samplers, assertions, and more from natural language descriptions
- **Navigate the documentation**: ask questions about DSL features, configuration options, and best practices and get answers grounded in the DSL docs

In the future, it will also support triggering test executions, analyzing results, and configuring projects — making it a single AI interface for the full performance testing lifecycle.

To get started, follow the setup instructions in the [JMeter DSL Skills repository](https://github.com/abstracta/jmeter-dsl-skills).
1 change: 1 addition & 0 deletions docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ For an intro to JMeter concepts and components, you can check [JMeter official d
<!-- @include: recorder/index.md -->
<!-- @include: jmx2dsl.md -->
<!-- @include: scale/index.md -->
<!-- @include: ai-assistance.md -->
<!-- @include: autostop.md -->
<!-- @include: thread-groups/index.md -->
<!-- @include: debugging/index.md -->
Expand Down
Loading