test(wdio): migrate from ts-node for wdio tests #60
mohanraj-r
started this conversation in
Tech Debt
Replies: 1 comment
-
When there is a TS warning/error, wdio runner currently skips running the tests but still reports
Changing reporters (e.g. from This needs to be fixed as it is misleading and could lead to issues passing undetected (e.g. in CI).
Can this issue be fixed with a ts-node config or migrating away from ts-node (to babel e.g.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently
ts-node
is used in wdio conf as described in TypeScript Setup · WebdriverIOBut babel with '@babel/preset-typescript' is already used for jest tests as described in Getting Started · Jest
Can we reuse babel instead as is it much more popular and actively maintained
Also ts-node seems to be resulting in some issues as described below
Beta Was this translation helpful? Give feedback.
All reactions