grafana / xk6-disruptor

Extension for injecting faults into k6 tests
https://k6.io/docs/javascript-api/xk6-disruptor/
GNU Affero General Public License v3.0
91 stars 7 forks source link

Homogenize the http proxy tests #305

Closed pablochacin closed 1 year ago

pablochacin commented 1 year ago

https://github.com/grafana/xk6-disruptor/pull/274 introduces a new test that uses httptest.Server for setting the test.

This approach defers from the approach used in other tests, increasing the complexity.

If using httpstest.Server is suitable for other tests, use it to have a uniform way for setting the tests.