2023-02-23 18:43:27 +03:00
|
|
|
# This file lists the various test suites that can be run in order to fully
|
|
|
|
# exercise HGE server with the Python tests. They are split into suites based
|
|
|
|
# on how HGE needs to be started.
|
|
|
|
#
|
|
|
|
# To run them, the relevant name is passed to test-server.sh, which then starts
|
|
|
|
# HGE in the correct fashion and runs the appropriate tests.
|
|
|
|
#
|
|
|
|
# We *also* have a new way of running the Python tests, in which each test
|
|
|
|
# starts HGE with the appropriate configuration. This file is not used there, as
|
|
|
|
# we run all the tests at once.
|
|
|
|
#
|
|
|
|
# Some of the below test suites are commented out. These are the tests that
|
|
|
|
# are fully covered by the new style, and are therefore duplicated here.
|
|
|
|
#
|
|
|
|
# ================================================================
|
|
|
|
#
|
|
|
|
# no-auth
|
|
|
|
# admin-secret
|
|
|
|
# admin-secret-unauthorized-role
|
2023-04-12 17:35:50 +03:00
|
|
|
# read-only-db
|
2023-04-19 13:28:49 +03:00
|
|
|
# jwt-rs512
|
|
|
|
# jwt-ed25519
|
|
|
|
# jwt-stringified
|
|
|
|
# jwt-audience-check-single-string
|
|
|
|
# jwt-audience-check-list-string
|
|
|
|
# jwt-issuer-check
|
|
|
|
# jwt-with-claims-namespace-path
|
|
|
|
# jwt-claims-map-with-json-path-values
|
|
|
|
# jwt-claims-map-with-literal-values
|
|
|
|
# jwt-with-expiry-time-leeway
|
|
|
|
# jwt-cookie
|
|
|
|
# jwt-cookie-unauthorized-role
|
2023-02-23 18:43:27 +03:00
|
|
|
# cors-domains
|
|
|
|
# auth-webhook-cookie
|
2023-04-12 19:24:47 +03:00
|
|
|
# ws-init-cookie-read-cors-enabled
|
|
|
|
# ws-init-cookie-noread
|
|
|
|
# ws-init-cookie-read-cors-disabled
|
2023-02-23 18:43:27 +03:00
|
|
|
# ws-graphql-api-disabled
|
|
|
|
# ws-metadata-api-disabled
|
|
|
|
# remote-schema-permissions
|
|
|
|
# function-permissions
|
|
|
|
# roles-inheritance
|
|
|
|
# naming-conventions
|
|
|
|
# streaming-subscriptions
|
|
|
|
# remote-schema-https
|
|
|
|
# query-caching
|
2023-04-17 16:07:30 +03:00
|
|
|
# query-logs
|
2022-02-09 08:13:32 +03:00
|
|
|
startup-db-calls
|
2023-02-23 18:43:27 +03:00
|
|
|
# webhook-request-context
|
|
|
|
# post-webhook
|
|
|
|
# get-webhook
|
|
|
|
# insecure-webhook
|
|
|
|
# insecure-webhook-with-admin-secret
|
|
|
|
# apollo-federation
|
|
|
|
# allowlist-queries
|
|
|
|
# jwk-url
|
2021-01-25 11:23:12 +03:00
|
|
|
horizontal-scaling
|
2023-02-23 18:43:27 +03:00
|
|
|
# developer-api-tests
|