grafana / k6-jslib-aws

Javascript Library allowing to interact with AWS resources from k6 scripts
Apache License 2.0
18 stars 29 forks source link

Feature/end2end testing #12

Closed oleiade closed 1 year ago

oleiade commented 1 year ago

This Pull Request adds End2End tests to the library.

Relying on localstack, it runs a local copy of AWS services, and uses k6chaijs to perform tests against it. This PR also contains fixes for a bunch of fixes we addressed in the process of writing those tests.