Skip to content

Commit

Permalink
Merge pull request #719 from YunoHost-Apps/curl-tests
Browse files Browse the repository at this point in the history
WIP: Experimental curl tests
  • Loading branch information
alexAubin authored Sep 30, 2024
2 parents 7701925 + 95a0b94 commit 5376a68
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion tests.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,32 @@ test_format = 1.0
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"
home.auto_test_assets = true

#dash.path = "/"
dash.logged_on_sso = true
dash.expect_title = "Dashboard - Nextcloud"

admin.path = "/settings/admin"
admin.logged_on_sso = true
admin.expect_title = "Administration settings - 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__"
caldav.path = "/.well-known/caldav"
caldav.logged_on_sso = true
caldav.expect_content = "This is the WebDAV interface."

[notify_push_test]

args.enable_notify_push = "1"
test_upgrade_from.e9f82ab7.name = "Upgrade from 28.0.6"
test_upgrade_from.e9f82ab7.args.system_addressbook_exposed = "yes"

0 comments on commit 5376a68

Please sign in to comment.