Skip to content

DYukun/xk6-harbor

 
 

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/heww/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/heww/xk6-harbor/releases/latest | grep 'http.*linux-amd64.tar.gz"' | awk '{print $2}' | sed 's|[\"\,]*||g') | tar -zx

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.0%
  • Makefile 6.1%
  • Dockerfile 0.9%