I would like to test my project with cucumber.js, but with Typescript files. This can be achieved by the following command line:
cucumber-js --require-module ts-node/register --require "steps/**/*.ts"
The gulp plugin still uses the older --compiler ts:ts-node/register parameter. It would be very helpful if the plugin would facilitate for the newer command line options of cucumber 4.x
I would like to test my project with cucumber.js, but with Typescript files. This can be achieved by the following command line:
cucumber-js --require-module ts-node/register --require "steps/**/*.ts"The gulp plugin still uses the older
--compiler ts:ts-node/registerparameter. It would be very helpful if the plugin would facilitate for the newer command line options of cucumber 4.x