diff --git a/README.md b/README.md
index 1d04aaf..c14bd83 100644
--- a/README.md
+++ b/README.md
@@ -344,7 +344,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Staging - `serverless-plugin-staging`](https://github.com/icarus-sullivan/serverless-plugin-staging)**
by [icarus-sullivan](http://github.com/icarus-sullivan)
A plugin to restrict the deployment of resources or functions on a per stage basis | 
|
| **[Static - `serverless-plugin-static`](https://github.com/a-pavlenko/serverless-plugin-static)**
by [a-pavlenko](http://github.com/a-pavlenko)
Serving static files locally with serverless-offline or a standalone command | 
|
| **[Static - `serverless-static`](https://github.com/iliasbhal/serverless-static)**
by [iliasbhal](http://github.com/iliasbhal)
Easily serve files from a folder while developing on localhost with the serverless-offline plugin | 
|
-| **[Step Functions - `serverless-step-functions`](https://github.com/horike37/serverless-step-functions)**
by [horike37](http://github.com/horike37)
AWS Step Functions with Serverless Framework. | 
|
+| **[Step Functions - `serverless-step-functions`](https://github.com/serverless-operations/serverless-step-functions)**
by [serverless-operations](http://github.com/serverless-operations)
AWS Step Functions plugin for Serverless Framework | 
|
| **[Step Functions Offline - `serverless-step-functions-offline`](https://github.com/vkkis93/serverless-step-functions-offline)**
by [vkkis93](http://github.com/vkkis93)
Emulate step functions locally when developing your Serverless project | 
|
| **[Sthree Env - `serverless-sthree-env`](https://github.com/StyleTributeIT/serverless-sthree-env)**
by [StyleTributeIT](http://github.com/StyleTributeIT)
Serverless plugin to get config from a json formatted file in S3 and copy them to environment variable | 
|
| **[Subscription Filter - `serverless-plugin-subscription-filter`](https://github.com/tsub/serverless-plugin-subscription-filter)**
by [tsub](http://github.com/tsub)
A serverless plugin to register AWS CloudWatchLogs subscription filter | 
|
@@ -360,6 +360,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Tencent Scf - `serverless-tencent-scf`](https://github.com/tencentyun/serverless-tencent-cloud-function)**
by [tencentyun](http://github.com/tencentyun)
Serverless framework provider plugin for Tencent SCF(Serverless Cloud Function) | 
|
| **[Tesseract - `serverless-tesseract`](https://github.com/Suor/serverless-tesseract)**
by [Suor](http://github.com/Suor)
Add Tesseract OCR Engine to your build. | 
|
| **[Test Helper - `serverless-plugin-test-helper`](https://github.com/manwaring/serverless-plugin-test-helper)**
by [manwaring](http://github.com/manwaring)
Makes it easier to end-to-end test deployed deployed services by saving CloudFormation Stack Outputs locally and exposing values via a simple Node.js library | 
|
+| **[Testing Plugin - `serverless-testing-plugin`](https://github.com/brognilucas/sls-testing)**
by [brognilucas](http://github.com/brognilucas)
Serverless Framework plugin that exposes function metadata and environment loading for tests. Use with @sls-testing/core and @sls-testing/jest to test Lambda handlers with the same config they use in production. | 
|
| **[Tracer - `serverless-plugin-tracer`](https://github.com/enykeev/serverless-plugin-tracer)**
by [enykeev](http://github.com/enykeev)
Trace serverless hooks as they execute | 
|
| **[Tracing - `serverless-plugin-tracing`](https://github.com/alex-murashkin/serverless-plugin-tracing)**
by [alex-murashkin](http://github.com/alex-murashkin)
Enables AWS X-Ray (https://aws.amazon.com/xray/) for the entire Serverless stack or individual functions. | 
|
| **[Transpiler - `serverless-plugin-transpiler`](https://github.com/medikoo/serverless-plugin-transpiler)**
by [medikoo](http://github.com/medikoo)
Transpile lambda files during packaging step | 
|
diff --git a/plugins.json b/plugins.json
index a19f338..6772abf 100644
--- a/plugins.json
+++ b/plugins.json
@@ -498,6 +498,10 @@
"description": "Compares your local AWS CloudFormation templates against deployed ones.",
"githubUrl": "https://github.com/nicka/serverless-plugin-diff",
"status": "active"
+}, {
+ "name": "serverless-testing-plugin",
+ "description": "Serverless Framework plugin that exposes function metadata and environment loading for tests. Use with @sls-testing/core and @sls-testing/jest to test Lambda handlers with the same config they use in production.",
+ "githubUrl": "https://github.com/brognilucas/sls-testing"
}, {
"name": "serverless-run-function-plugin",
"description": "Run serverless function locally",