mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Add experimental curl tests
This commit is contained in:
parent
2794d04a6b
commit
1856729055
1 changed files with 23 additions and 0 deletions
23
tests.toml
23
tests.toml
|
@ -11,3 +11,26 @@ test_format = 1.0
|
|||
test_upgrade_from.9c6d1eea.name = "Upgrade from 27.1.4"
|
||||
test_upgrade_from.e9f82ab7.name = "Upgrade from 28.0.6"
|
||||
test_upgrade_from.e9f82ab7.args.system_addressbook_exposed = "yes"
|
||||
|
||||
[default.curl_tests]
|
||||
#home.path = "/"
|
||||
home.expect_title = "Login - Nextcloud"
|
||||
|
||||
#dash.path = "/"
|
||||
dash.logged_on_sso = true
|
||||
dash.expect_title = "Tableau de bord - Nextcloud"
|
||||
|
||||
admin.path = "/settings/admin"
|
||||
admin.logged_on_sso = true
|
||||
admin.expect_title = "Paramètres d'administration - Nextcloud"
|
||||
|
||||
asset.path = "/core/img/logo/logo.svg"
|
||||
|
||||
file.path = "/remote.php/dav/files/__USER__/Readme.md"
|
||||
file.logged_on_sso = true
|
||||
file.expect_content = "# Welcome to Nextcloud!"
|
||||
|
||||
caldav.base_url = "https://domain.tld"
|
||||
caldav.path = "/.well-known/caldav"
|
||||
caldav.logged_on_sso = true
|
||||
caldav.expect_content = "This is the WebDAV interface."
|
||||
|
|
Loading…
Add table
Reference in a new issue