We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.0.0-RC2
1. Have a unique BDD step name but use a duplicate method name (not in the same file). 2. 3.
@QAFTestStep(description = "Verify-Text:{0} in Page:{1}") public static void verifyText(String text, String page) throws Exception { // some internal implementation
}
Note: If I change the method name to "verifyTextInPage" then it will work. Looks like "verifyText" is part of QAF common step too.
I can see another ticket raised but closed.
The text was updated successfully, but these errors were encountered:
did you tried adding stepName = "uniqueName" in QAFTestStep declaration?
stepName = "uniqueName"
QAFTestStep
Sorry, something went wrong.
No branches or pull requests
QAF Version:
Steps To Reproduce
Expected behavior
Actual behavior
Is the issue reproducible on runner?
Test case sample
}
Note: If I change the method name to "verifyTextInPage" then it will work.
Looks like "verifyText" is part of QAF common step too.
I can see another ticket raised but closed.
The text was updated successfully, but these errors were encountered: