1
0
mirror of https://github.com/vector-im/element-android.git synced 2025-07-21 00:42:59 +03:00

- Fix integration tests (still not perfect while github actions are very very limited for that)

- Split them in msdk and app test along with multiple smaller steps.
- Mark the not working tests with @Ignore so that they will not run neither local or on github actions
- Add user friendly comment on PR to view the results
This commit is contained in:
ariskotsomitopoulos
2022-01-04 01:04:41 +02:00
parent 5efe1f4bd8
commit 261030f51e
31 changed files with 425 additions and 125 deletions

View File

@ -0,0 +1,3 @@
#!/bin/bash
./gradlew $CI_GRADLE_ARG_PROPERTIES -Pandroid.testInstrumentationRunnerArguments.class=org.matrix.android.sdk.session.room.timeline.ChunkEntityTest matrix-sdk-android:connectedAndroidTest
./gradlew $CI_GRADLE_ARG_PROPERTIES -Pandroid.testInstrumentationRunnerArguments.class=org.matrix.android.sdk.session.room.timeline.TimelineForwardPaginationTest matrix-sdk-android:connectedAndroidTest