mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
feat(api): add integration tests for Shiori API
This commit is contained in:
parent
f39bf0b043
commit
3663ca1ec1
3 changed files with 176 additions and 0 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue