Feature: Hooks
  Before and After is similar to Cypress' beforeEach and afterEach, but they can be selected
  to conditionally run based on the tags of each scenario, as shown below.

  @scenarioHooks
  @id_de6e021749253654e07748ff7fa15abfaba8b007467a433eea610a1e2038ff99
  Scenario: Scenario hooks 1
    Given I run scenario with specific label

  @scenarioHooks
  @id_283d6f839562bb43e78514e99dc7b8646721fa71ec8e692418acc9947b6367c3
  Scenario: Scenario hooks 2
    Given I run scenario with specific label
