Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

1.0.9 - parameters for steps

Compare
Choose a tag to compare
@unickq unickq released this 24 Mar 08:28
· 35 commits to master since this release

Feature #25

[AllureStep("Login with user {0} and password {1}")]
public void StepSample(string username, string password)
{
      Console.WriteLine(username);
      Console.WriteLine(password);
}

image