Skip to content

Conversation

@grafanarenovatebot
Copy link
Contributor

This PR contains the following updates:

Package Update Change
xk6 patch v1.3.0 -> v1.3.1

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

grafana/xk6 (xk6)

v1.3.1

Compare Source

Grafana xk6 v1.3.1 is here! 🎉

This release enhances the extension validation workflow with k6-based integration testing capabilities.

New Features

Integration Testing in Extension Validation

The extension-validate reusable workflow now supports running k6-based integration tests for extensions (#​395). Extension developers can specify test scripts using the new xk6-test-pattern input parameter, and the workflow will automatically execute them using the xk6 test command.

Usage:

uses: grafana/xk6/.github/workflows/[email protected]
with:
  xk6-test-pattern: "test/**/*.js"

Features:

  • Runs integration tests using the newly built xk6 binary
  • Supports glob patterns for test file selection
  • Generates TAP format test reports in GitHub Actions step summary
  • Optional and backward compatible - only runs when xk6-test-pattern is provided

Dependency Updates

Various dependencies have been updated based on Renovate pull requests.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

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.

0 participants