feat(tests): add automated release upgrade test. Closes #1876

This commit is contained in:
Gabe Kangas
2023-05-02 20:39:15 -07:00
parent ff5a6590e7
commit 89f75024d7
3 changed files with 146 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Automated Owncast releases and upgrade test
## Upgrades in succession tests
This test will automatically download each release, one after another, to verify they all run in order. It concludes by creating a build from the `develop` branch and running the upgrade to that in order to verify the upcoming release.
## First to last test
This test will automatically download the first release and then upgrade to the development branch to verify that a user can successfully skip versions when upgrading.