Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: command extension type support #3293

Closed
wants to merge 1 commit into from
Closed

feat: command extension type support #3293

wants to merge 1 commit into from

Conversation

szkiba
Copy link
Contributor

@szkiba szkiba commented Aug 21, 2023

What?

Add command extension type support to k6.

Why?

It would be advisable to occasionally expand the k6 command with functionalities not directly related to test execution. These additional functionalities could be included in the k6 binary in the form of an extension.

A Command extension could be introduced along the lines of JavaScript and the Output extension, which would make it possible to extend the k6 command line with new sub-commands.

Checklist

  • I have performed a self-review of my code.
  • I have added tests for my changes.
  • I have run linter locally (make ci-like-lint) and all checks pass.
  • I have run tests locally (make tests) and all tests pass.
  • I have commented on my code, particularly in hard-to-understand areas.

Related PR(s)/Issue(s)

#3292

Closes #3292

@CLAassistant
Copy link

CLAassistant commented Aug 21, 2023

CLA assistant check
All committers have signed the CLA.

@szkiba
Copy link
Contributor Author

szkiba commented Aug 21, 2023

Close because of: #883

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Command extension type
2 participants