1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dex_ynh.git synced 2024-09-03 18:26:22 +02:00
dex_ynh/tests.toml

23 lines
708 B
TOML
Raw Normal View History

2024-01-09 09:09:27 +01:00
test_format = 1.0
[default]
# ------------
# Tests to run
# ------------
2024-01-09 10:04:35 +01:00
exclude = ["install.private"] # The test IDs to be used in only/exclude statements are: install.root, install.subdir, install.nourl, install.multi, backup_restore, upgrade, upgrade.someCommitId change_url
2024-01-09 09:09:27 +01:00
# -------------------------------
# Default args to use for install
# -------------------------------
2024-01-09 09:37:02 +01:00
args.name = "Outline"
args.secret = "secret"
2024-01-09 10:51:27 +01:00
args.callback = "domain.tld/callback"
# -------------------------------
# Commits to test upgrade from
# -------------------------------
test_upgrade_from.1381d7d0fbbfb9609e047f8476f113d17e95e233.name = "Upgrade from 2.37.0"