How To Skip Gradle Tests

preview_player
Показать описание
Did you ever need to skip tests in Gradle? Yes, fixing broken tests is always the first choice, but sometimes skipping them is the only option.

So in this video you'll learn how to do that on both the command line and within the Gradle build script itself, using a simple Java project as an example.

0:00 What to do with a failing test?
0:18 Skip tests on the command line
0:34 3 ways to skip tests in the build script
1:46 An alternative approach to skipping tests

▶️ WATCH NEXT
Рекомендации по теме
Комментарии
Автор

how can i mention that in my build pipeline in azure devops for an android app?

nadamajdoub
Автор

How do I do it for project with multiple submodules?
Thanks.

santiagocb