what is better implment serenity bbd maven or gradle ? #3391
jecardenasri01
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi experts.
i want to know your opinión.
I job in gradle and maven.
best of maven:
I can run with inteli j idea ide and it generates reports, this cannot use in to de maven only execute by terminal
buil.gradle :
defaultTasks 'clean', 'test', 'aggregate'
gradle.startParameter.continueOnFailure = true
test.finalizedBy(aggregate)
Beta Was this translation helpful? Give feedback.
All reactions