Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offer to test additional URLs and the SSO #128

Open
tituspijean opened this issue Oct 5, 2022 · 0 comments
Open

Offer to test additional URLs and the SSO #128

tituspijean opened this issue Oct 5, 2022 · 0 comments

Comments

@tituspijean
Copy link

tituspijean commented Oct 5, 2022

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:

[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 requests
index.body= "" #list of args for POST requests
index.header = "" #a header to inject
index.expected_pattern = "" #a regex, that allows for __VARIABLE__ substitution, especially for username, full display name...
index.expected_return_code = 200
index.expected_header = ""
index.expected_cookie = ""
@tituspijean tituspijean changed the title Offer to test additional URLs Offer to test additional URLs and the SSO Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant