-
## Description
In Camunda Process Test, I want to see the process coverage after running the process tests (i.e. which BPMN elements were completed and which sequence flows were taken during the te…
saig0 updated
1 month ago
-
### Description
Currently, typst will output a vague error when reading a file with a byte order mark (BOM).
```
watching report.typ
writing to report.pdf
[17:42:00] compiled with errors
err…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```sql
CREATE TABLE t(a INT);
insert into t values (1);
EXPLAIN…
-
JSON files for HTML Reports v2 are generated only when running tests from CLI.
Sometimes it is useful to get and analyse reports when running tests via GUI.
Use case for tests group can look like …
-
Great that we get the JSON report for CI purposes - but in the case of failure some poor engineer or repository maintainer needs to pick up the report and interpret it.
Clair's HTML report would be…
ghost updated
4 years ago
-
HI Team,
I had run a load test and i see results in negative. why is it so ? In "min" its showing as "-6" and also mean is null
"http.response_time": {
"min": -6,
"max":…
-
### Current Behavior
we have enabled nx caching for testing and when we run caching from different ci agents or dev machines, we are seeing the cached coverage-final.json contains the path on agent/d…
-
A user has requested this feature.
In case it helps, this might point the way: in 2014 we added the format for CSV: https://github.com/matomo-org/matomo/issues/4701
Here is the user message.
…
-
### Description
Calling `ray.report` on every iteration is causing the `result.json` file to grow exceptionally large since it is including a copy of `config` for every record which is large for us. …
-
I would like the diffenator to produce a JSON (or other machine readable) report, of the form:
```
{
new_encoded_codepoints: [ 0xA123, ... ],
missing_encoded_codepoints: [ 0xA124, ... ],
…