Skip to content

E2E: Move quarantine and context selection logic to formatter

Andrejs Cunskis requested to merge acunskis-context-listener into master

What does this MR do?

  • Moves the context and quarantine skip setup from before hooks to formatter which allows to properly skip before and after hooks since test is marked as pending before it starts execution (in the end, works similarly to using xdescribe method, but dynamic).
  • Move adding additional allure data to separate formatter so it's not affected by by skipped hooks
Edited by Andrejs Cunskis

Merge request reports