monocart-reporter
monocart-reporter copied to clipboard
A playwright test reporter (Node.js)
现状: 使用微软的默认的html测试报告,当我将playwright的npx进程ctrl+c 杀掉(或者vscode 插件的中止按钮)后,仍然会出现测试报告;  使用monocart-reporter进行测试,如果ctrl+c 杀进程(或者vscode 插件的中止按钮),monocart-reporter不会生成报告 期望: 使用monocart-reporter进行测试,如果ctrl+c 杀进程(或者vscode 插件的中止按钮),monocart-reporter也生成报告。 因为就算是手工终断playwright,我也想看到前面运行过的test cases的报告详情
Hi @cenfun, I think the work you've done with `monocart-reporter` is awesome and I'd like to become your first Sponsor in hopes that many others will follow. Please see: -...
Hi @cenfun, I think I've hit a bug regarding the display of the `Expected` image under the attachments section of a test. This is what I'm getting:  ## What...
**Describe the bug** Selecting a tag in the dropdown of the search box does not add the tag to the search box, it adds the text of the tag. Meaning...
Hello, I am facing issue of unable to view the screenshots, videos in test attachments in single index html file generated by Monocart reporter after uploading to AWS S3 bucket...
upstream issue: https://github.com/cenfun/monocart-coverage-reports/issues/81 original issue (@edumserrano): https://github.com/cenfun/monocart-reporter/issues/149
After #141 I was able to use the `MonocartReporterOptions.onData` function to implement a [custom calculation](https://github.com/cenfun/monocart-reporter/issues/141#issuecomment-2363493373) for the report duration which excludes idle time. I would like to know if you...
Hi @cenfun , hope you're not tired of my feature requests 😅 Following up on the recent implementation of the awesome merge cli after #142, I'd like to request an...
I really like this plug in for the tree view, it is really helpful and clean. Question, please... how can I make my terminal have color for the tree view?...