2024-01-18 21:02:26 +01:00
|
|
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json
|
|
|
|
|
|
|
|
test_format = 1.0
|
|
|
|
|
|
|
|
[default]
|
|
|
|
|
|
|
|
# ------------
|
|
|
|
# Tests to run
|
|
|
|
# ------------
|
2024-06-17 21:12:19 +02:00
|
|
|
|
|
|
|
# NB: the tests to run are automatically deduced by the CI script according to the
|
|
|
|
# content of the app's manifest. The declarations below allow to customize which
|
|
|
|
# tests are ran, possibly add special test suite to test special args, or
|
|
|
|
# declare which commits to test upgrade from.
|
|
|
|
#
|
|
|
|
# You can also decide (though this is discouraged!) to ban/ignore some tests,
|
|
|
|
|
|
|
|
# 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
|
|
|
|
#exclude = ["install.private", "install.multi"]
|
|
|
|
|
|
|
|
# -------------------------------
|
|
|
|
# Default args to use for install
|
|
|
|
# -------------------------------
|
|
|
|
|
|
|
|
# By default, the CI will automagically fill the 'standard' args
|
|
|
|
# such as domain, path, admin, is_public and password with relevant values
|
|
|
|
# and also install args with a "default" provided in the manifest..
|
|
|
|
# It should only make sense to declare custom args here for args with no default values
|
|
|
|
|
|
|
|
args.default_from_email = "default_from_email@example.tld"
|
|
|
|
args.admin_email = "admin_email@example.tld"
|
|
|
|
|