Yuriy
Yuriy
@christian-bromann just curious, do you know where this ...Uhm ...artistic output comes from? Just checked `onTestFail` method in `@wdio/allure-reporter` and the `errors` array and `error` property in the `Test` object...
@praveendvd Sure thing ``` npm i npm run test npm run report ``` [allure-diff-example.zip](https://github.com/webdriverio/webdriverio/files/7604550/allure-diff-example.zip)
@praveendvd Thank. What I was curious about is that because of what this additional colorful diff is added. @christian-bromann is absolutely right - Allure just puts in the report whatever...
@praveendvd in case you still need it, here's v6 [allure-diff-example-v6.zip](https://github.com/webdriverio/webdriverio/files/7607122/allure-diff-example-v6.zip) Also since it's a spec-reporter I guess we can look towards making it configurable in `spec-reporter` Otherwise, we will need...
@praveendvd UPD: I tried to **remove** `spec` from the `reporters` array in the `wdio.conf`. The pretty output is not in the console anymore but **it is** in the allure report...
@erwinheitzman but the issue is that it **always** performs type-checking and I don't want that (you can find the reproducible example attached) `test/specs/test.e2e.ts(9,9): error TS2322: Type 'number' is not assignable...
@erwinheitzman np. To be honest I've been always using the `transpileOnly` (in my `wdio.config`) set to `true` in all my projects since I always wanted the type-checking. And it was...
@erwinheitzman it's reproducible on 8.39.1. Or you meant the alpha? [bug-tsnode-opts.zip](https://github.com/user-attachments/files/16159904/bug-tsnode-opts.zip)
@christian-bromann Honestly, I am glad to hear you switched to tsx. By looking at the ts-node repo it feels pretty dead by now... Thanks for maintaining the project and keeping...
I tried to reinstall the recent version again, and I've noticed two issues: 1) After the extension host is restarted, I get an error `No view is registered with id:...