This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
1.0.9 - parameters for steps
Feature #25
[AllureStep("Login with user {0} and password {1}")]
public void StepSample(string username, string password)
{
Console.WriteLine(username);
Console.WriteLine(password);
}