-
### Version
1.49.0
### Steps to reproduce
https://github.com/OlegsHanins/playwright-fixtures-title-bug
`npm instal`
`npx playwright test`
`npx playwright show-report`
"My custom fixture title" is…
-
After executing the `zest coverage` command, and I get the success message `Successfully generated html report at ./target/coverage/html/index.html, opening...`, the index.html file does open.
But …
-
Program:
```
$ cat main.c
_Bool a = 1;
_Bool b = 0;
int main() {
goto c;
d:
__ESBMC_assert(b, "");
c:
b = a;
a = 0;
goto d;
}
```
cmdline:`esbmc main.c --incremental-bmc --g…
-
Doing this will make subject- or session-wise data more easily shareable. A few ideas:
1. Create a new flag to determine the location of the HTML report.
2. Move the figures folder into the sessio…
tsalo updated
2 weeks ago
-
### Question
Hi, I am using Vizro to generate visualizations and would like to know if there is a way to save the report in HTML format. My goal is to save these reports as artifacts in MLflow. Could…
-
Hello all,
I am trying to generate HTML reports usign Aha. When I run: **perl /usr/bin/mysqltuner --verbose --color | aha --black --title "MySQLTuner" > /home/administrator/reports.html** I am gett…
-
## Summary
I have multiple dwi images in my scan session. When I preprocess these data the sub-X.html report gets overwritten in the output sub-X folder.
## Additional details
The benefit is to …
-
**Describe the bug**
There seem to be some null chunks in our report and it causes the report web interface to fail.
**To Reproduce**
Steps to reproduce the behavior:
1. Clone statsoscpe
2. Run…
-
### 🚀 Feature Request
Let's say I have a locatorHandler for detecting and waiting for some unexpected animations registered as part of an autofixture - I would like to be able to hide all waitFor cal…
-
$ esbmc fuzzing.py --incremental-bmc --compact-trace --generate-html-report
````Python
a : int = nondet_int()
x : int = nondet_int()
y : int = 0
z : int = nondet_int()
if a > 25000 and x =…