Skip to content

Commit

Permalink
feat: added xk6-dotenv (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba authored May 28, 2021
1 parent ee951aa commit 83389a1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/data/ecosystem/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,18 @@ const extensions = [
official: false,
categories: ['Misc'],
},
{
name: 'xk6-dotenv',
description: 'A k6 extension that loads env vars from a .env file',
url: 'https://github.com/szkiba/xk6-dotenv',
logo: '',
author: {
name: 'Iván Szkiba',
url: 'https://github.com/szkiba',
},
official: false,
categories: ['Misc'],
},
];

export default extensions;

0 comments on commit 83389a1

Please sign in to comment.