Cucumber设置超时时间

 

 

为所有的步骤设置超时时间

import { setDefaultTimeout } from 'cucumber';


const DEFAULT_TIMEOUT = 10000;


setDefaultTimeout(DEFAULT_TIMEOUT);

 

posted @ 2023-01-29 16:38  陈晓猛  阅读(46)  评论(0编辑  收藏  举报