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

Add k6-testing jslib v0.3.0 #147

Merged
merged 1 commit into from
Mar 11, 2025
Merged

Add k6-testing jslib v0.3.0 #147

merged 1 commit into from
Mar 11, 2025

Conversation

oleiade
Copy link
Member

@oleiade oleiade commented Mar 11, 2025

Description

  • Use a meaningful title for the Pull Request. Include the name of the jslib added/modified.
  • Fill the description section of the Pull Request.
  • Test the change in your code, and ensure the npm run test command succeeds.
  • Run yarn run generate-homepage locally and verify the new homepage /lib/index.html file looks legit.
  • The Pull Request is labeled with the version bump label.
  • The Pull Request adds a /lib/{jslib_name}/{desired_version} folder.
  • The Pull Request adds a /lib/{jslib_name}/{desired_version}/index.js file containing the jslib's code bundle.
  • The Pull Request updates the supported.json file to contain an entry for the newly added jslib version, as in the following example:
{
  "my-lib": [
    "1.0.2",
    // Use semantic versioning
    "{desired_version}"
  ]
}
  • The Pull Request adds the relevant tests to the /tests/basic.js and /tests/testSuite.js files to ensure that the new version of the jslib is importable and runnable by k6.
  • Merge the Pull Request once it is green. PRs adding new jslib versions do not require to get a review to be merged 🚀.

Sorry, something went wrong.

Verified

This commit was signed with the committer’s verified signature.
oleiade Théo Crevon
@oleiade oleiade requested review from a team as code owners March 11, 2025 15:16
@oleiade oleiade requested review from mstoykov, inancgumus, going-confetti and 2Steaks and removed request for a team March 11, 2025 15:16
@oleiade oleiade merged commit f269c53 into main Mar 11, 2025
4 checks passed
@oleiade oleiade deleted the k6-testing/v0.3.0 branch March 11, 2025 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant