detox-allure2-adapter
Version:
Detox adapter for jest-allure2-reporter
16 lines • 395 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const config = {
artifacts: {
rootDir: 'artifacts/',
plugins: {
log: 'all',
screenshot: 'manual',
video: 'none',
instruments: 'none',
uiHierarchy: 'enabled',
},
},
};
exports.default = config;
//# sourceMappingURL=detox.js.map