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
what's the difference between to implements :
compile group: 'net.serenity-bdd', name: 'serenity-cucumber', version: '{version}'
and
testCompile 'net.serenity-bdd:serenity-cucumber4:1.0.19'//x testCompile 'io.cucumber:cucumber-core:4.2.0'//x
i mean, i know the last one use cucumber 4, but, can both work well? can those work same?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
what's the difference between to implements :
compile group: 'net.serenity-bdd', name: 'serenity-cucumber', version: '{version}'
and
i mean, i know the last one use cucumber 4, but, can both work well? can those work same?
The text was updated successfully, but these errors were encountered: