UNPKG

@interopio/iocd-cli

Version:

CLI tool for setting up, building and packaging io.Connect Desktop platforms

20 lines (19 loc) 330 B
module.exports = { testDir: './tests', timeout: 30000, expect: { timeout: 5000 }, use: { browserName: 'chromium', headless: false, viewport: { width: 1280, height: 720 }, ignoreHTTPSErrors: true, }, projects: [ { name: 'chromium', use: { browserName: 'chromium' }, }, ], };