pest-plugin-stressless icon indicating copy to clipboard operation
pest-plugin-stressless copied to clipboard

Pest Stressless Plugin

Results 12 pest-plugin-stressless issues
Sort by recently updated
recently updated
newest added

This PR allows adding custom headers to the request through the `headers` method or PEST_STRESS_TEST_OPTIONS variable. We needed this for authentication. You can use it like this... ```php $result =...

As per the the [documentation](https://grafana.com/docs/k6/latest/javascript-api/k6-http/post/) we should specify the application/json content type header.

[Following k6 documentation](https://grafana.com/docs/k6/latest/javascript-api/k6-http/post/), we should send the proper content type header along with the post/put/patch methods. I created [the following PR to handle this](https://github.com/pestphp/pest-plugin-stressless/pull/19).

Hi there, Not sure if this is a Stressless / Octane / FrankenPHP issue but here goes: It seems like when running stressless against the current project, it gives a...

Much like the PR to the Arch plugin, this PR adds the `stress` function as a top level test creator that also marks the test as being part of the...

This PR fixes #7. It enhances the results prompts by using the four colors for the success rate output.

Sometimes success rate is red also if it's 100.0% Screenshot (from MacOS):

Give to the user the option to specify custom headers. The headers should be merget with the ones already defined in the run.js file.

Give the user the option to make requests using a specific cookie jar https://k6.io/docs/javascript-api/k6-http/cookiejar/

At this time, the TTFB section includes the server processing time + all the time within the server within the infrastructure of the application ( reverse proxy, cloudflare, etc )....