feat(api): add integration tests for Shiori API

This commit is contained in:
Harsh Shandilya 2023-10-24 23:55:45 +05:30
parent f39bf0b043
commit 3663ca1ec1
No known key found for this signature in database
3 changed files with 176 additions and 0 deletions

View file

@ -27,7 +27,9 @@ dependencies {
implementation(libs.jsoup)
testImplementation(testFixtures(libs.eithernet))
testImplementation(libs.testcontainers)
testImplementation(libs.kotlinx.coroutines.test)
testImplementation(libs.kotlinx.serialization.json)
testImplementation(libs.retrofit.kotlinxSerializationConverter)
addTestDependencies(project)
}