mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-12 00:44:03 +02:00
README: Add note about --info so users can get the most out of gradle's test runs
This commit is contained in:
@@ -121,6 +121,7 @@ the following combinations of tags:
|
|||||||
- testSlow runs tests with tag "slow".
|
- testSlow runs tests with tag "slow".
|
||||||
- tests can be run by test class, or single test. Use "testAll" so it does
|
- tests can be run by test class, or single test. Use "testAll" so it does
|
||||||
not matter if a test is tagged or not.
|
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
|
```bash
|
||||||
./gradlew test
|
./gradlew test
|
||||||
@@ -129,6 +130,7 @@ the following combinations of tags:
|
|||||||
./gradlew testSlow
|
./gradlew testSlow
|
||||||
./gradlew testAll --tests XhamsterRipperTest
|
./gradlew testAll --tests XhamsterRipperTest
|
||||||
./gradlew testAll --tests XhamsterRipperTest.testXhamster2Album
|
./gradlew testAll --tests XhamsterRipperTest.testXhamster2Album
|
||||||
|
./gradlew testAll --tests ChanRipperTest --info
|
||||||
```
|
```
|
||||||
|
|
||||||
Please note that some tests may fail as sites change and our rippers
|
Please note that some tests may fail as sites change and our rippers
|
||||||
|
Reference in New Issue
Block a user