/** @type {Detox.DetoxConfig} */ module.exports = { artifacts: { rootDir: 'artifacts/detox/', plugins: { log: 'all', screenshot: 'all', video: 'all' } }, // devices, apps, and configurations stay in the same file };