无论如何我们可以在功能文件中使用if/else概念吗?例如:
Scenario: User should be able to check login page
Given I am on login page
When I click on SignIn button
Then I should be in home page
If yes
Then I will create a new profile
Else
Then I will logout from page
Run Code Online (Sandbox Code Playgroud)