test-runner
test-runner copied to clipboard
[question] How do I generate more detailed test reports, including videos?
trafficstars
Here is some functionality that I think test-runner is missing to make it an excellent visual component testing tool:
- Currently, when running the tests via the command line, I can only see browser-logs but when the test fails, I would like to see videos, screenshots etc. Right now, debugging on the pipeline or even locally is really difficult.
- HTML report for the current run. I would love to have a report that shows me which tests were executed, how long each test took, and for those which failed (or configurable) a video/logs/screenshots all together in a single place to help debugging.
- Storybook seems to silently catch all exceptions thrown within the component being displayed. This makes it really difficult to test error scenarios. Can we make this behaviour configurable?