MikeMugu/Zukini

Add unique id generator

Closed this issue · 1 comments

User Story

As a user, I would like to be able to generate and reference a unique ID throughout a given test.

Acceptance Criteria

  1. When a test is started, a unique id should automatically be generated that I can reference for identifying that test.
  2. I should have easy access to the Unique ID from within step definitions.
  3. When a test is executed, I should see a log message that tells me what the unique id for my test is.

Added TestId property to base step definition class as well as the ProeprtyBucket.