reverseproxy_ynh/tests.toml

17 lines
462 B
TOML
Raw Normal View History

2023-11-25 19:20:44 +01:00
test_format = 1.0
[default]
2024-08-24 22:58:21 +02:00
args.path = "/"
args.proxy_path="http://127.0.0.1:6787"
args.assets_path="/usr/share/yunohost/admin"
2023-11-25 19:20:44 +01:00
2024-08-24 22:58:21 +02:00
[default.curl_tests]
# If needed, we can add a preinstall step, as shown here:
# https://github.com/YunoHost/package_check
#admin.path = "/"
admin.expect_title = "YunoHost Admin"
2023-11-25 19:20:44 +01:00
2024-08-24 22:58:21 +02:00
admin_css.path = "/assets/UserCreate-18b2103e.css"
admin_css.expect_content = ".custom-select[data-v-0d75331f]{flex-basis:40%}"