From df975433494231d80971df44bb19adad5c5a5554 Mon Sep 17 00:00:00 2001 From: MetaPrime Date: Thu, 2 Jan 2025 01:28:57 -0800 Subject: [PATCH] README: Add note about --info so users can get the most out of gradle's test runs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6334528c..50885913 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ the following combinations of tags: - testSlow runs tests with tag "slow". - tests can be run by test class, or single test. Use "testAll" so it does not matter if a test is tagged or not. +- tests can give the full stack of an assertion, exception, or error if you pass `--info` to the command ```bash ./gradlew test @@ -129,6 +130,7 @@ the following combinations of tags: ./gradlew testSlow ./gradlew testAll --tests XhamsterRipperTest ./gradlew testAll --tests XhamsterRipperTest.testXhamster2Album +./gradlew testAll --tests ChanRipperTest --info ``` Please note that some tests may fail as sites change and our rippers