UNPKG

@comeon/agent-js-cypress

Version:

This agent helps Cypress to communicate with Report Portal

16 lines (14 loc) 317 B
const testItemStatuses = { PASSED: 'passed', FAILED: 'failed', SKIPPED: 'skipped', }; const logLevels = { ERROR: 'error', TRACE: 'trace', DEBUG: 'debug', INFO: 'info', WARN: 'warn', }; const entityType = { SUITE: 'suite', STEP: 'step' }; module.exports = { testItemStatuses, logLevels, entityType };