-3
需要在量角器頂部設置黃瓜框架進行端到端測試。請提供的步驟成功運行安裝如何在量角器上設置黃瓜進行端到端測試?
需要在量角器頂部設置黃瓜框架進行端到端測試。請提供的步驟成功運行安裝如何在量角器上設置黃瓜進行端到端測試?
步驟設置量角器黃瓜框架:
配置選項:
exports.config = {
// set to "custom" instead of cucumber.
framework: 'custom',
// path relative to the current config file
frameworkPath: require.resolve('protractor-cucumber-framework')
};