LironEr / cypress-mochawesome-reporter

Zero config Mochawesome reporter for Cypress with screenshots and videos
MIT License
158 stars 49 forks source link

code in generated report is javascript, instead of original typescript #198

Open stealthrabbi opened 2 months ago

stealthrabbi commented 2 months ago

Environment

- OS: Win 10
- Node: 18
- cypress-mochawesome-reporter:  3.8.2
- cypress: 13.11.0

What happened?

When I generated the report, I see the included source code for the test is the javascript code, and not the original typescript

Config file

(using default provided on readme)

Relevant log output

No response

Anything else?

No response

LironEr commented 1 month ago

Please create a repo with the problem and steps to reproduce the issue so I can have a look.

Thanks.