har-to-k6

JSON config representation of K6 script

APACHE-2.0 License

Downloads
9.7K
Stars
126
Committers
16

Bot releases are visible (Hide)

har-to-k6 - v0.14.8 Latest Release

Published by github-actions[bot] 7 months ago

What's Changed

Full Changelog: https://github.com/grafana/har-to-k6/compare/v0.14.7...v0.14.8

har-to-k6 - v0.14.7

Published by w1kman 8 months ago

What's Changed

Nothing has changed. This release is only aimed to re-build docker image

har-to-k6 - v0.14.6

Published by allansson 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/grafana/har-to-k6/compare/v0.14.5...v0.14.6

har-to-k6 - v0.14.5

Published by github-actions[bot] about 1 year ago

Security update with some added sugar for Docker usage

  • Update node image to node:18-slim
  • Added the possibility to output to stdout with -s, --stdout
  • Changed default output from script to stdout when using docker
  • Added “Docker usage” to README.md

What's Changed

Full Changelog: https://github.com/grafana/har-to-k6/compare/v0.14.4...v0.14.5

har-to-k6 - v0.14.4

Published by github-actions[bot] about 1 year ago

What's Changed

Full Changelog: https://github.com/grafana/har-to-k6/compare/v0.14.3...v0.14.4

har-to-k6 - v0.14.3

Published by github-actions[bot] about 1 year ago

What's changed

  • Various improvements to error handling
  • Updated validation messages
  • Improve HAR typings

Fixes

  • Param not discared when name is empty
  • Query items with a null name throws validation error
  • Validation error thrown when GET request has postData
  • Assume text/plain when no mime type is present
  • Infer mime type from postData content when mime type is missing
  • Various fixes related to weird input data

Full Changelog: https://github.com/grafana/har-to-k6/compare/v0.13.1...v0.14.3

har-to-k6 - v0.13.1

Published by e-fisher over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/grafana/har-to-k6/compare/v0.13.0...v0.13.1

har-to-k6 - v0.13.0

Published by EdvinasDaugirdas over 2 years ago

Changed

  • Decode postData params when mimeType is application/x-www-form-urlencoded
  • Remove BOM character before parsing a har file
har-to-k6 - v0.12.0

Published by w1kman almost 3 years ago

Added

  • Support for converting several HAR archives at once (with convert([archive,...]))

What's Changed

Full Changelog: https://github.com/grafana/har-to-k6/compare/v0.11.0...v0.12.0

har-to-k6 - v0.11.0

Published by EdvinasDaugirdas almost 3 years ago

Changed

  • Bump formData to v0.0.2 and use simplified short syntax for text fields
  • Remove usage of VError package in thrown validation errors
har-to-k6 - v0.10.1

Published by EdvinasDaugirdas almost 3 years ago

Fixed

  • Less inclusive variable recognition RegExp (whitespace characters except space are now ignored)
har-to-k6 - v0.10.0

Published by EdvinasDaugirdas almost 3 years ago

Added

  • Add custom property name to pages. Changes group name rendering logic to use page.name with fallback to page.id.
har-to-k6 - v0.9.1

Published by legander almost 3 years ago

Fixed

  • No support for variable usage in check value.
har-to-k6 - v0.9.0

Published by w1kman over 3 years ago

[0.9.0] - 2021-03-18

Added

  • --add-sleep flag for CLI
  • New export normalizeHAR

Fixed

  • Entries are sorted
har-to-k6 - v0.8.0

Published by EdvinasDaugirdas over 3 years ago

Changed

Fixed

  • Duplicate Content-Type header when using custom boundary in multipart/form-data
har-to-k6 - v0.7.0

Published by legander almost 4 years ago

Changed

  • Warn instead of throwing when incoming postData.mimeType and Content-Type does not align.
har-to-k6 - v0.6.0

Published by w1kman almost 4 years ago

Changed

  • queryString items are no longer added if key/value pair is already in request

Fixed

  • Invalid script generated when request protocol was missing
  • Double URI encoding of queryString items
har-to-k6 - v0.5.0

Published by allansson about 4 years ago

  • [feat] support css selectors in variables
  • [fix] proper url search params serialization (thanks to @GreenHedgehog for contributing)
har-to-k6 - v0.3.3

Published by legander over 4 years ago

  • Set engine node >= 11.0.0
har-to-k6 - v0.3.2

Published by legander over 4 years ago