Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Ilya Murzinov edited this page Jul 9, 2014 · 1 revision

Events

There are 4 different groups of events:

  • Test suite events
  • TestSuiteStartedEvent
  • TestSuiteFinishedEvent
  • Test case events
  • TestCaseStartedEvent
  • TestCasePendingEvent
  • TestCaseCanceledEvent
  • TestCaseFailureEvent
  • TestCaseFinishedEvent
  • Step events
  • StepStartedEvent
  • StepCanceledEvent
  • StepFailureEvent
  • StepFinishedEvent
  • Attachment events
  • MakeAttachmentEvent
  • RemoveAttachmentsEvent

After event creation it should be processed using Allure.Lifecycle.Fire(IEvent evt).

Usage of all types of events can be found in tests, for example IntegrationTests.

Clone this wiki locally