需要在量角器上设置黄瓜框架进行端到端测试。请提供成功运行设置的步骤
答案 0 :(得分:1)
设置Protractor黄瓜框架的步骤:
配置选项:
exports.config = {
// set to "custom" instead of cucumber.
framework: 'custom',
// path relative to the current config file
frameworkPath: require.resolve('protractor-cucumber-framework')
};