Add projects to local config and comment out ipad (#4727)

Co-authored-by: unlikelyzero <jchill2@gmail.com>
Co-authored-by: Nikhil <nikhil.k.mandlik@nasa.gov>
This commit is contained in:
John Hill
2022-01-18 11:53:05 -08:00
committed by GitHub
parent 4a9744e916
commit 6aaf4a2c06
2 changed files with 31 additions and 3 deletions

View File

@@ -41,14 +41,14 @@ const config = {
height: 1440
}
}
},
{
}
/*{
name: 'ipad',
use: {
browserName: 'webkit',
...devices['iPad (gen 7) landscape'] // Complete List https://github.com/microsoft/playwright/blob/main/packages/playwright-core/src/server/deviceDescriptorsSource.json
}
}
}*/
],
reporter: [
['list'],