module.exports = { testDir: './tests', timeout: 30000, use: { channel: 'chrome', headless: true, viewport: { width: 390, height: 844 }, screenshot: 'only-on-failure', baseURL: 'http://192.168.2.49:3098', }, reporter: 'list', };