开玩笑-如何并行运行.each

时间:2019-07-01 21:48:17

标签: jestjs

我当前正在使用test.each,无论如何是并行运行而不是同步运行?

test.each`
  searchEngine                      |  keyword          | urlToVisit 
  ${'https://google.com/?num=100'}  | ${'aol'}          | ${'a[href="https://www.aol.com/"]'}         
  ${'https://google.com/?num=100'}  | ${'aol'}          | ${'a[href="https://www.aol.com/"]'}          
`('should search on google and navigate to domain', async ({

0 个答案:

没有答案