const config = {
  reporter: [['list'], ['html', { outputFolder: './__artifacts__/html_report' }]],
  testDir: './',
  forbidOnly: !!process.env.CI,
  timeout: 60000,