如何在NodeJS中运行Cucumber测试,这是用Typescript和ES6编写的

时间:2016-06-28 18:09:55

标签: javascript node.js typescript ecmascript-6 cucumberjs

运行用Typescript和ES6编写的CucumberJS BDD测试的正确方法是什么。

我想首先将脚本代码转换为es6,然后使用babel使其成为es5。

enter image description here

我可以从npm test中运行它 node_modules / .bin / babel-node node_modules / .bin / cucumber.js ./test/features 但如何添加打字稿和巴贝尔?像Karma这样的后端是否有任何优秀的测试运行器可以轻松地与Webpack集成?

0 个答案:

没有答案