Path Mapping With Typescript Doesn't Work With Cucumber Test Runner
Fleeting- Référence externe : https://stackoverflow.com/questions/55799604/path-mapping-with-typescript-doesnt-work-with-cucumber-test-runner
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