mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-09 15:26:53 +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".
|
||||
- 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
|
||||
|
Reference in New Issue
Block a user