-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Pablo Chacin <[email protected]>
- Loading branch information
1 parent
1126390
commit d3a401f
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
This is the first public release of xk6-disruptor | ||
|
||
The xk6-disruptor is a [k6](https://k6.io) extension providing fault injection capabilities. | ||
|
||
> ⚠️ xk6-disruptor is in the alpha stage, undergoing active development. We do not guarantee API compatibility between releases - your k6 scripts may need to be updated on each release until this extension reaches v1.0 release. | ||
If you encounter any bugs or unexpected behavior, please search the currently open GitHub issues first, and create a new one if it doesn't exist yet. | ||
|
||
Check our [documentation](https://k6.io/docs/javascript-api/xk6-disruptor) for instructions on how to [install](https://k6.io/docs/javascript-api/xk6-disruptor/get-started/installation) `xk6-disruptor` and a guide to the fault injection [API](https://k6.io/docs/javascript-api/xk6-disruptor/api) . | ||
|
||
You can keep track of our development plan in our [roadmap](https://github.com/grafana/xk6-disruptor/blob/main/ROADMAP.md). | ||
|
||
If you encounter any bugs or unexpected behavior, please search the [currently open GitHub issues](https://github.com/grafana/xk6-disruptor/issues) first, and create a new one if it doesn't exist yet. | ||
|
||
|