-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
feature/tests: Modification du build.gradle pour la gestion des tests #236
Conversation
d8733cf
to
1b1a036
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Juste une petite question sur pipeline.sh mais all good sinon !
pipeline.sh
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je connaissais pas ce fichier. A quoi il sert ?
build.gradle
Outdated
} else { | ||
include '**/*Test*.class' | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je sais pas si c'est nécessaire !
Comment c'est décidé ce qui est include/exclude par défaut ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finalement c'est vraiment pas nécessaire, c'est supprimé
|
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Modification du fichier build.gradle afin de simplifier et de clarifier la manière de lancer les tests techniques et fonctionnels. Les nouvelles commandes permettent de spécifier plus facilement le type de tests à exécuter.
Instructions pour exécuter les tests :
./gradlew test --info
./gradlew test --info -Pfonctional=true
./gradlew test --info -Ptechnical=true