-
Notifications
You must be signed in to change notification settings - Fork 20
Test plan
Dag Wieers edited this page Dec 29, 2019
·
10 revisions
Before release we want to be sure everything is working as expected.
- Kodi versions
- Kodi 17
- Kodi 18
- Python versions
- Python 2.7
- Python 3.7
- Languages
- Dutch
- English
- Platforms
- Android
- LibreELEC
- Windows
- Remotes
- Kore
- Yatse
- Playback
- Kodi player
- inputstream.adaptive
- inputstream.adaptive + Widevine (DRM)
- Test A-Z listing and playback
- Test Categories and playback
- Test Live streams
- Use add-on with and without credentials
- Use add-on after removing all tokens
- Follow and unfollow a program
- Mark and unmark an episode to watch later
- Seeking to the start and stopping should remove "ongoing" overlay and reset resumetime
- Seeking to the end should automatically stop the player (and mark as watched)
- Seeking and stopping, should have "ongoing" overlay, propose start from (correct) resumetime
- Refreshing any listing after playing should not show any differences
- Playing the next episode (without action) should advance without delay
- Playing the next episode (by clicking) should advance without delay
Almost everything can be tested automatically. And Travis CI currently already tests a lot.
Some tests requires credentials. Two solutions:
- Copy over the add-on userdata directory content to test/userdata/
- Add a file test/userdata/credentials.json with your username and password
Example layout credentials.json
{
"username": "your-user-name",
"password": "your-password"
}
Als u zaken ziet in onze gebruikshandleiding die kunnen verbeterd worden, ga gerust uw gang. Vragen kunnen via opening an issue.
Gebruikshandleiding
- Automatisatie (en)
- Bandbreedte (en)
- Digitaal rechtenbeheer (en)
- Foutopsporing (en)
- Geo-geblokkeerd (en)
- HD kwaliteit (en)
- Inloggegevens (en)
- Installeren (en)
- Kodi instellingen (en)
- Ouderlijk toezicht (en)
- Proxygebruik (en)
- Updaten (en)
Meer info
- Televisie in Vlaanderen (en)
- VRT Radio add-on
- VRT NU Facebook
- Kodi Vlaanderen
- Kodi add-ons
- Kodi wiki
Development