-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathtests.toml
More file actions
42 lines (31 loc) · 1.23 KB
/
tests.toml
File metadata and controls
42 lines (31 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
test_format = 1.0
[default]
args.enable_notify_push = "0"
# -------------------------------
# Commits to test upgrade from
# -------------------------------
test_upgrade_from.5bbe70c6.name = "Upgrade from 30.0.8"
test_upgrade_from.446e9775.name = "Upgrade from 31.0.7"
test_upgrade_from.05f2feff.name = "Upgrade from 32.0.3"
[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.05f2feff.name = "Upgrade from 32.0.3"
test_upgrade_from.05f2feff.args.system_addressbook_exposed = "yes"