Manu Garg

Results 162 comments of Manu Garg

Thinking more about it, supporting k6 probe type may not be very useful. We could just provide an image that includes python and certain python modules that will be helpful...

I am going to close this.

For this to really work well, all probes will need to support single run. Current probe interface doesn't include that. With single run we'll also be able to do things...

Thinking more about the interface, service can have 2 broad interfaces: - Execute the predefined config on demand. One could get a list of probes using the current interface, and...

This needs more discussion. In playwright test specs you can access environment variables using `process.env` (see: https://playwright.dev/docs/test-parameterize#passing-environment-variables). That should hopefully take care of the most urgent and most obvious requirement....

#888 adds support to pass target info as environment variables.

I think this is where I'll stop with this. Environment variables are the best way to templatize playwright testspecs. This is also playwright native way.

#863 Adds a web server and some config options.

To list the next set of work items here: - [x] Implement S3 storage - [x] Improve web server. See #863 for ideas. - [x] Implement workdir cleanup goroutine -...