根据对话https://medium.com/p/b06559b35459/info,
当我试图
import `{describe, it} from '@types/mocha'
我懂了
Error:-
/node_modules/@types/mocha/index.d.ts' is not a module
根据 serenity-js 项目中的示例:- serenity-js/examples/todomvc-protractor-mocha
serenity: {
dialect: 'mocha',
crew: [
crew.serenityBDDReporter(),
crew.consoleReporter(),
crew.Photographer.who(_ => _
.takesPhotosOf(_.Tasks_and_Interactions)
.takesPhotosWhen(_.Activity_Finishes)
)
]
},
在主分支 protractor.conf.js 中添加时,它不会拾取功能文件。 https://github.com/serenity-js/tutorial-from-scripts-to-serenity.git
你能告诉我如何在项目中使用摩卡吗?