UNPKG

detox-allure2-adapter

Version:
16 lines 395 B
"use strict"; 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