I would like to run the login StepDefinition method once before the test runs. But, not after every single feature run because I have code that saves the browser state after first login
Given("Login User")]
public async Task GivenLoginUser()
{
code goes here;
}