Skip to content

goharbor/xk6-harbor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8db688c · May 13, 2024

History

41 Commits
Aug 2, 2023
Aug 22, 2023
Apr 3, 2021
Aug 2, 2023
May 11, 2024
Apr 3, 2021
May 11, 2024
Apr 3, 2021
Aug 2, 2023
Aug 2, 2023
Aug 22, 2023
Aug 8, 2023
Aug 2, 2023

Repository files navigation

xk6-harbor

This is a Harbor client library for k6.

Build

To build a k6 binary with this extension, first ensure you have the prerequisites:

Then:

  1. Clone this repostiroy
git clone https://github.com/goharbor/xk6-harbor
cd xk6-harbor
  1. Build the binary
make build

Get the binrary

You can also download the latest pre-build binary file.

curl -sL $(curl -s https://api.github.com/repos/goharbor/xk6-harbor/releases/latest | grep 'http.*linux-amd64.tar.gz"' | awk '{print $2}' | sed 's|[\"\,]*||g') | tar -zx