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

chore(deps-dev): bump artillery from 2.0.11 to 2.0.12 #13573

Merged
merged 1 commit into from
May 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2024

Bumps artillery from 2.0.11 to 2.0.12.

Release notes

Sourced from artillery's releases.

Artillery v2.0.12

Artillery v2.0.12

AWS Lambda

Artillery can now use Lambda Container Images to run tests on AWS Lambda. Pass the --container flag to run-lambda command to use a container instead of a zip file. No further configuration is required.

This change brings two main benefits:

  1. Much faster startup times for tests
  2. Ability to use certain features that were previously only available in tests running on AWS Fargate:
  • Run test scripts that TypeScript hooks
  • Use third-party dependencies
  • Use the built-in publish-metrics plugin

Container-based Lambda functions will become the default option in a future release of Artillery.

artilleryio/artillery#2674artilleryio/artillery#2724

Playwright

  • Fix tests failing on Fargate with ENOSPC error with Playwright tracing enabled artilleryio/artillery#2717
  • Improve reliability of trace collection:
    • Reduce trace collection cooldown period to 1-5m
    • Increase the number of concurrent trace recordings to 3 up from 1
  • Track the number of collected/discarded recordings with browser.traces_collected and browser.traces_discarded metrics

CLI & Core

Slack integration

  • Artillery now includes an official Slack integration, which can be used to post test results to a Slack channel automatically artilleryio/artillery#2688 docs

With contributions from: @​bernardobridge @​InesNi @​hassy @​43081j @​MIJOTHY-V2

Commits
  • 91a1445 ci: release v2.0.12 artillery (#2740)
  • bf75e55 feat: include Slack integration (#2735)
  • fa6acff feat(cli): expose dirname utility to test scripts (#2614)
  • 6680314 fix(fargate): replace special characters in task name (#2736)
  • 0e34b80 feat(lambda): enable typescript support with container lambda (#2734)
  • 88e686a fix(core): allow scenario name exact match without using regex (#2709)
  • 5374048 dep(playwright): update Playwright to v1.44.0 (#2732)
  • fedb959 fix(lambda): revert console log to debug log (#2733)
  • 129c69a feat(lambda): use artillery-hosted ECR image (#2724)
  • 81717f9 ci(docker): build docker image in single line command (#2731)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [artillery](https://github.com/artilleryio/artillery) from 2.0.11 to 2.0.12.
- [Release notes](https://github.com/artilleryio/artillery/releases)
- [Commits](artilleryio/artillery@artillery-2.0.11...artillery-2.0.12)

---
updated-dependencies:
- dependency-name: artillery
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 15, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 2dcc7621-20de-4c8d-b62a-9d071df203b1

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.124%

Totals Coverage Status
Change from base Build da4a0299-0618-4221-9a53-c61ff5fd3f9e: 0.0%
Covered Lines: 6737
Relevant Lines: 7313

💛 - Coveralls

@kamilmysliwiec kamilmysliwiec merged commit 6f83017 into master May 16, 2024
5 checks passed
@delete-merged-branch delete-merged-branch bot deleted the dependabot/npm_and_yarn/artillery-2.0.12 branch May 16, 2024 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants