标签: javascript node.js typescript ecmascript-6 cucumberjs
运行用Typescript和ES6编写的CucumberJS BDD测试的正确方法是什么。
我想首先将脚本代码转换为es6,然后使用babel使其成为es5。
我可以从npm test中运行它 node_modules / .bin / babel-node node_modules / .bin / cucumber.js ./test/features 但如何添加打字稿和巴贝尔?像Karma这样的后端是否有任何优秀的测试运行器可以轻松地与Webpack集成?