You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[curl]
index.logged = true#should the user be logged in for this test?index.url = "/"index.method = "GET"#method: GET, POST, ...index.args = ""#list of args for POST requestsindex.body= ""#list of args for POST requestsindex.header = ""#a header to injectindex.expected_pattern = ""#a regex, that allows for __VARIABLE__ substitution, especially for username, full display name...index.expected_return_code = 200index.expected_header = ""index.expected_cookie = ""
The text was updated successfully, but these errors were encountered:
tituspijean
changed the title
Offer to test additional URLs
Offer to test additional URLs and the SSO
Aug 16, 2024
Initial wording of the issue
Apps may require to test the accessibility of multiple URLs, let's list them and have the package check try them.
Use case: Ghost requires to build separately the blog and the admin frontends.
The current check only tries the main URL, not the admin one.
(Wild) Use case: test connectivity of VPNs?
Discussed YunoCamp 2024 with @alexAubin
Example of
tests.toml
wording:The text was updated successfully, but these errors were encountered: