Yugo Kato

Results 4 issues of Yugo Kato

Captured stdout for a subtest is not displayed when the `--capture` option value is `fd` or `sys`. It is displayed as expected when the value is `tee-sys`. This causes `pytest-html`...

The HTML source type for videos is currently [hardcoded as "video/mp4"](https://github.com/pytest-dev/pytest-html/blob/master/src/pytest_html/resources/index.jinja2#L48) in the jinja2 template. This seems to prevent Safari from playing `webm` video files, although Chrome and Firefox seem...

Since v4.x, each column value (text) is no longer selectable. It opens the log area instead. This is very inconvenient especially when I want to copy the test ID value....

I have a python application that runs on a docker host (Ubuntu). The application basically allows users to concurrently start multiple containers on IPv4/IPv6 dualstack Macvlan network. For example, if...