我当前正在使用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 ({