Skip to content

Commit

Permalink
feat: added xk6-cable (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov authored Sep 8, 2021
1 parent 48a21a5 commit 78ee171
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/data/ecosystem/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,19 @@ const extensions = [
official: false,
categories: ['Reporting', 'Observability'],
},
{
name: 'xk6-cable',
description:
'A k6 extension for testing Action Cable and AnyCable functionality.',
url: 'https://github.com/anycable/xk6-cable',
logo: '',
author: {
name: 'Evil Martians',
url: 'https://github.com/evilmartians',
},
official: false,
categories: ['Messaging'],
},
];

export default extensions;

0 comments on commit 78ee171

Please sign in to comment.