UNPKG

detox

Version:

E2E tests and automation for mobile

9 lines (7 loc) 279 B
const { makeResourceTitle } = require('./utils'); module.exports = function(properties) { const executionType = properties.execution_type; return makeResourceTitle( `${properties.thread} is executing${executionType !== undefined ? ` (${executionType}).` : `.`}` ); };