Konubinix' opinionated web of thoughts

Path Mapping With Typescript Doesn't Work With Cucumber Test Runner

Fleeting

cucumber-js

cucumber was unaware of the path mapping mechanism, as –require-module ts-node/register provides language bindings, but not the necessary path resolution intelligence.

For that you need: –require-module tsconfig-paths/register

https://stackoverflow.com/questions/55799604/path-mapping-with-typescript-doesnt-work-with-cucumber-test-runner