Katsumi Kato
Katsumi Kato
# Proposal Some coverage tools output reports in html to check coverage lines. I want to change the file link destination for the code coverage of the files in the...
refs #748 Support `--coverage-out` otpion ```console $ runn run --shuffle on --shard-n 2 --shard-index 1 --coverage-out coverage.json path/to/**/*.yml ``` How about having the output in json format? Most of the...
When repeatedly executing a load test, a test started near the end time fails to complete within the specified time and an error occurs. Why not have it counted as...
```yaml vars: username: "foo" steps: - desc: "Retrieve a list of {{vars.username}} articles" req: /api/articles?username={{ vars.username }}&count=96&order=latest: get: body: application/json: null ```
I want to check the contents of the standard output in real time when executing a command that takes a long time to execute.
I would like to propose a feature request for runn. I want to display the step description and the test point for each step in the list command. The step...
Although not known to be reproducible, the following error occurred in some cases. ```console $ runn loadt --load-concurrent 3 --duration 20s tests/**/*.yml panic: runtime error: index out of range [7]...
For example, it allows access to ``` httpRunners['req'].endpoint.Host ``` We would like to use it in a use case that identifies the domain of the cookie object
We would like to number the requests with an ID that can identify the scenario in order to trace from which scenario the request was made during regression testing. What...
# What is this? Fail section that always fails when described. # Use Cases This is when you want to make a scenario fail after some operation in a later...