export default { BEGIN_STATE: 'beginState', BEGIN_SUITE: 'beginSuite', END: 'end', ERROR: 'err', RETRY: 'retry', TEST_RESULT: 'testResult', };