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

FAILED: Automated Tests(244) #1193

Open
github-actions bot opened this issue Dec 7, 2024 · 0 comments
Open

FAILED: Automated Tests(244) #1193

github-actions bot opened this issue Dec 7, 2024 · 0 comments
Assignees
Labels
automation Tickets for test automation

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Dec 7, 2024

Stats: suites 103
tests 833
passes 589
pending 0
failures 244
testsRegistered 833
passPercent 70.70828331332532
pendingPercent 0
other 0
hasOther false
skipped 0
hasSkipped false
start 2024-12-06T22:28:26.575Z
end 2024-12-07T00:16:28.913Z
duration 6482338

Failed Tests:

  • 01-api-key/01-create-api.cy.ts - Verify gwa gateway publish multiple config file
  • 01-api-key/01-create-api.cy.ts - publishes a new API for Dev environment to Kong Gateway
  • 01-api-key/01-create-api.cy.ts - publish product to directory
  • 01-api-key/01-create-api.cy.ts - Create a Test environment
  • 01-api-key/01-create-api.cy.ts - applies authorization plugin to service published to Kong Gateway
  • 01-api-key/01-create-api.cy.ts - activate the service for Test environment
  • 01-api-key/01-create-api.cy.ts - activate the service for Dev environment
  • 01-api-key/01-create-api.cy.ts - verify status of the services using "gwa status" command
  • 01-api-key/03-request-access-inactive-env.cy.ts - Change the current active environment to inactive state
  • 01-api-key/03-request-access-inactive-env.cy.ts - Verify that inactive environment is not displayed
  • 01-api-key/03-request-access-inactive-env.cy.ts - Close the popup by click on Cancel button
  • 01-api-key/03-request-access-inactive-env.cy.ts - Change the environment back to active state
  • 01-api-key/04-request-access-with-out-collecting-credentials.cy.ts - Collect the credentials
  • 01-api-key/04-request-access-with-out-collecting-credentials.cy.ts - Close the popup without collecting credentials
  • 01-api-key/06-collect-credentials.cy.ts - Verify that the request status is Pending Approval
  • 01-api-key/06-collect-credentials.cy.ts - Collect the credentials
  • 01-api-key/07-approve-pending-rqst.cy.ts - Verify that API is not accessible with the generated API Key when the request is not approved
  • 01-api-key/07-approve-pending-rqst.cy.ts - verify the request details
  • 01-api-key/07-approve-pending-rqst.cy.ts - Add group labels in request details window
  • 01-api-key/07-approve-pending-rqst.cy.ts - approves an access request
  • 01-api-key/07-approve-pending-rqst.cy.ts - Verify that API is accessible with the generated API Key
  • 01-api-key/08-grant-access.cy.ts - Click on the first consumer
  • 01-api-key/08-grant-access.cy.ts - Click on Grant Access button
  • 01-api-key/08-grant-access.cy.ts - Grant Access to Test environment
  • 01-api-key/08-grant-access.cy.ts - Verify that API is accessible with the generated API Key for Test environment
  • 01-api-key/10-revoke-access.cy.ts - Click on the first consumer
  • 01-api-key/10-revoke-access.cy.ts - Revoke access for Test environment
  • 01-api-key/10-revoke-access.cy.ts - Verify the confirmation message once the access is revoked
  • 01-api-key/10-revoke-access.cy.ts - Click on the first consumer
  • 01-api-key/10-revoke-access.cy.ts - Click on Grant Access button
  • 01-api-key/10-revoke-access.cy.ts - Grant Access to Test environment
  • 01-api-key/10-revoke-access.cy.ts - Verify that API is accessible with the generated API Key for Test environment
  • 02-client-credential-flow/03-client-cred-create-api-prod-auth-pro.cy.ts - Publishes a new API to Kong Gateway
  • 02-client-credential-flow/03-client-cred-create-api-prod-auth-pro.cy.ts - Adds environment with Client ID/Secret authenticator to product
  • 02-client-credential-flow/03-client-cred-create-api-prod-auth-pro.cy.ts - applies authorization plugin to service published to Kong Gateway
  • 02-client-credential-flow/03-client-cred-create-api-prod-auth-pro.cy.ts - Adds environment with JWT - Generated Key Pair authenticator to product
  • 02-client-credential-flow/03-client-cred-create-api-prod-auth-pro.cy.ts - Adds environment with JWT - JWKS URL authenticator to product
  • 02-client-credential-flow/03-client-cred-create-api-prod-auth-pro.cy.ts - Applies authorization plugin to service published to Kong Gateway
  • 02-client-credential-flow/03-client-cred-create-api-prod-auth-pro.cy.ts - activate the service for Test environment
  • 02-client-credential-flow/03-client-cred-create-api-prod-auth-pro.cy.ts - Adds environment for invalid authorization profile to other
  • 02-client-credential-flow/04-cids-access-rqst.cy.ts - Creates an access request
  • 02-client-credential-flow/05-cids-access-approve-api-rqst.cy.ts - Select scopes in Authorization Tab
  • 02-client-credential-flow/05-cids-access-approve-api-rqst.cy.ts - approves an access request
  • 02-client-credential-flow/05-cids-access-approve-api-rqst.cy.ts - Get access token using client ID and secret; make API request
  • 02-client-credential-flow/06-client-scope-in-keycloak.ts - Select the consumer ID
  • 02-client-credential-flow/06-client-scope-in-keycloak.ts - Navigate to client scope tab
  • 02-client-credential-flow/06-client-scope-in-keycloak.ts - Verify that "System.Write" scope is in assigned default scope
  • 02-client-credential-flow/07-deselect-scope.ts - Select the consumer from the list
  • 02-client-credential-flow/07-deselect-scope.ts - Deselect scopes in Authorization Tab
  • 02-client-credential-flow/08-verify-client-scope-in-default-list.ts - Select the consumer ID
  • 02-client-credential-flow/08-verify-client-scope-in-default-list.ts - Navigate to client scope tab
  • 02-client-credential-flow/08-verify-client-scope-in-default-list.ts - Verify that "System.Write" scope is not in assigned default scope
  • 02-client-credential-flow/09-jwt-genkp-access-rqst.cy.ts - Creates an access request
  • 02-client-credential-flow/10-jwt-genkp-access-approve-api-rqst.cy.ts - approves an access request
  • 02-client-credential-flow/10-jwt-genkp-access-approve-api-rqst.cy.ts - Get access token using JWT key pair; make API request
  • 02-client-credential-flow/11-jwks-url-gen-keys-access-rqst.cy.ts - Creates an access request
  • 02-client-credential-flow/12-jwks-url-access-approval-api-rqst.cy.ts - approves an access request
  • 02-client-credential-flow/12-jwks-url-access-approval-api-rqst.cy.ts - Get access token using JWT key pair; make API request
  • 02-client-credential-flow/13-jwks-publicKey-access-rqst.cy.ts - Enter JWT key with invalid format
  • 02-client-credential-flow/13-jwks-publicKey-access-rqst.cy.ts - Verify the error popups for invalid JWT key
  • 02-client-credential-flow/13-jwks-publicKey-access-rqst.cy.ts - Creates an access request
  • 02-client-credential-flow/14-jwt-publlicKey-access-approve-api-rqst.cy.ts - approves an access request
  • 02-client-credential-flow/14-jwt-publlicKey-access-approve-api-rqst.cy.ts - Get access token using JWT key pair; make sure API calls successfully
  • 03-manage-labels/01-rqst-access-for-labels.cy.ts - creates an access request
  • 03-manage-labels/02-approve-pending-rqst-for-labels.spec.cy.ts - verify the request details
  • 03-manage-labels/02-approve-pending-rqst-for-labels.spec.cy.ts - Add group labels in request details window
  • 03-manage-labels/02-approve-pending-rqst-for-labels.spec.cy.ts - approves an access request
  • 03-manage-labels/02-approve-pending-rqst-for-labels.spec.cy.ts - Verify that API is accessible with the generated API Key
  • 03-manage-labels/03-filter-labels.cy.ts - verify that consumers are filters as per given parameter
  • 03-manage-labels/04-manage-labels.cy.ts - Click on the first consumer
  • 03-manage-labels/04-manage-labels.cy.ts - Verify that labels can be deleted
  • 03-manage-labels/04-manage-labels.cy.ts - Verify that labels can be updated
  • 03-manage-labels/04-manage-labels.cy.ts - Verify that labels can be added
  • 03-manage-labels/05-link-consumers.ts - Get the consumer ID from the list
  • 03-manage-labels/05-link-consumers.ts - Link the delete consumer to the Namespace
  • 03-manage-labels/05-link-consumers.ts - Verify that the consumer is linked to the namespace
  • 04-gateway-services/01-gateway-service-details.cy.ts - Expand Gateway service details pane
  • 04-gateway-services/01-gateway-service-details.cy.ts - Verify total requests counts
  • 04-gateway-services/01-gateway-service-details.cy.ts - Verify the routes details
  • 04-gateway-services/01-gateway-service-details.cy.ts - Verify the host details
  • 04-gateway-services/01-gateway-service-details.cy.ts - Verify the Tags details
  • 04-gateway-services/02-filter-gateway-service.cy.ts - verify that Gateway service filters as per given parameter
  • 04-gateway-services/02-filter-gateway-service.cy.ts - Change Product environment from active to inactive
  • 04-gateway-services/02-filter-gateway-service.cy.ts - Change Product environment from inactive to active
  • 06-refresh-credential/01-api-key.cy.ts - Get current API Key
  • 06-refresh-credential/01-api-key.cy.ts - Regenrate credential
  • 06-refresh-credential/01-api-key.cy.ts - Verify that only one API key(new key) is set to the consumer in Kong gateway
  • 06-refresh-credential/01-api-key.cy.ts - Verify that API is not accessible with the old API Key
  • 06-refresh-credential/02-client-credentials.cy.ts - Regenrate credential client ID and Secret
  • 06-refresh-credential/02-client-credentials.cy.ts - Make sure that the old client ID and Secret is disabled
  • 06-refresh-credential/02-client-credentials.cy.ts - Verify that service is accessible with new client ID and Secret
  • 07-manage-control/01-ip-restriction.cy.ts - Select the consumer from the list
  • 07-manage-control/01-ip-restriction.cy.ts - set IP address that is not accessible in the network as allowed IP and set Route as scope
  • 07-manage-control/01-ip-restriction.cy.ts - verify IP Restriction error when the API calls other than the allowed IP
  • 07-manage-control/01-ip-restriction.cy.ts - set IP address that is not accessible in the network as allowed IP and set service as scope
  • 07-manage-control/01-ip-restriction.cy.ts - verify IP Restriction error when the API calls other than the allowed IP
  • 07-manage-control/01-ip-restriction.cy.ts - set IP address that is accessible in the network as allowed IP and set route as scope
  • 07-manage-control/01-ip-restriction.cy.ts - verify the success stats when the API calls within the allowed IP range
  • 07-manage-control/01-ip-restriction.cy.ts - set IP address that is accessible in the network as allowed IP and set service as scope
  • 07-manage-control/01-ip-restriction.cy.ts - verify the success stats when the API calls within the allowed IP range
  • 07-manage-control/01-ip-restriction.cy.ts - set api ip-restriction to global service level
  • 07-manage-control/01-ip-restriction.cy.ts - Verify that IP Restriction is set at global service level
  • 07-manage-control/01-ip-restriction.cy.ts - set IP address that is not accessible in the network as allowed IP and set service as scope
  • 07-manage-control/01-ip-restriction.cy.ts - verify IP Restriction error when the API calls other than the allowed IP
  • 07-manage-control/01-ip-restriction.cy.ts - set api ip-restriction to global service level
  • 07-manage-control/01-ip-restriction.cy.ts - Verify that IP Restriction is set at global service level
  • 07-manage-control/01-ip-restriction.cy.ts - set IP address that is not accessible in the network as allowed IP and set service as scope
  • 07-manage-control/01-ip-restriction.cy.ts - verify IP Restriction error when the API calls other than the allowed IP
  • 07-manage-control/02-rate-limiting.cy.ts - Select the consumer from the list
  • 07-manage-control/02-rate-limiting.cy.ts - set api rate limit as per the test config, Local Policy and Scope as Service
  • 07-manage-control/02-rate-limiting.cy.ts - verify rate limit error when the API calls beyond the limit
  • 07-manage-control/02-rate-limiting.cy.ts - set api rate limit as per the test config, Local Policy and Scope as Route
  • 07-manage-control/02-rate-limiting.cy.ts - verify rate limit error when the API calls beyond the limit
  • 07-manage-control/02-rate-limiting.cy.ts - set api rate limit as per the test config, Redis Policy and Scope as Service
  • 07-manage-control/02-rate-limiting.cy.ts - verify rate limit error when the API calls beyond the limit
  • 07-manage-control/02-rate-limiting.cy.ts - set api rate limit as per the test config, Redis Policy and Scope as Route
  • 07-manage-control/02-rate-limiting.cy.ts - verify rate limit error when the API calls beyond the limit
  • 07-manage-control/02-rate-limiting.cy.ts - set api rate limit to global service level
  • 07-manage-control/02-rate-limiting.cy.ts - Verify that Rate limiting is set at global service level
  • 07-manage-control/02-rate-limiting.cy.ts - set api rate limit as per the test config, Redis Policy and Scope as Service
  • 07-manage-control/02-rate-limiting.cy.ts - verify rate limit error when the API calls beyond the limit
  • 07-manage-control/02-rate-limiting.cy.ts - set api rate limit to global service level
  • 07-manage-control/02-rate-limiting.cy.ts - Verify that Rate limiting is set at global service level
  • 07-manage-control/02-rate-limiting.cy.ts - set api rate limit as per the test config, Redis Policy and Scope as Service
  • 07-manage-control/02-rate-limiting.cy.ts - verify rate limit error when the API calls beyond the limit
  • 07-manage-control/03-kong-api-only-apply-rate-limiting.cy.ts - Deactivate the service for Test environment
  • 07-manage-control/03-kong-api-only-apply-rate-limiting.cy.ts - Update the authorization scope from Kong ACL-API to Kong API Only
  • 07-manage-control/03-kong-api-only-apply-rate-limiting.cy.ts - Apply Key-auth only authorization plugin to Kong Gateway
  • 07-manage-control/03-kong-api-only-apply-rate-limiting.cy.ts - activate the service for Dev environment
  • 07-manage-control/03-kong-api-only-apply-rate-limiting.cy.ts - Verify the service is accessibale with API key for free access
  • 07-manage-control/03-kong-api-only-apply-rate-limiting.cy.ts - Collect the credentials
  • 07-manage-control/03-kong-api-only-apply-rate-limiting.cy.ts - verify the request details
  • 07-manage-control/03-kong-api-only-apply-rate-limiting.cy.ts - Navigate to Control Tab
  • 07-manage-control/03-kong-api-only-apply-rate-limiting.cy.ts - Set Rate Limiting
  • 07-manage-control/03-kong-api-only-apply-rate-limiting.cy.ts - approves an access request
  • 07-manage-control/03-kong-api-only-apply-rate-limiting.cy.ts - Verify that API is accessible with the generated API Key
  • 08-client-role/03-read-client-role.ts - Creates an access request
  • 08-client-role/03-read-client-role.ts - Select scopes in Authorization Tab
  • 08-client-role/03-read-client-role.ts - approves an access request
  • 08-client-role/03-read-client-role.ts - Get access token using client ID and secret; make API request
  • 08-client-role/03-read-client-role.ts - Set allowed method "GET" in kong plugin
  • 08-client-role/03-read-client-role.ts - Set authorization roles in plugin file
  • 08-client-role/03-read-client-role.ts - Set allowed audience in plugin file
  • 08-client-role/03-read-client-role.ts - applies authorization plugin to service published to Kong Gateway
  • 08-client-role/03-read-client-role.ts - Make "GET" call and verify that Kong allows user to access the resources
  • 08-client-role/03-read-client-role.ts - Make "POST" call and verify that Kong does not allow user to access the resources
  • 08-client-role/04-write-client-role.ts - Creates an access request
  • 08-client-role/04-write-client-role.ts - Select "Write" roles in Authorization Tab
  • 08-client-role/04-write-client-role.ts - approves an access request
  • 08-client-role/04-write-client-role.ts - Set allowed methods "PUT" and "POST" in kong plugin
  • 08-client-role/04-write-client-role.ts - Set authorization roles in plugin file
  • 08-client-role/04-write-client-role.ts - Set allowed audience in plugin file
  • 08-client-role/04-write-client-role.ts - applies authorization plugin to service published to Kong Gateway
  • 08-client-role/04-write-client-role.ts - Make "GET" call and verify that Kong does not allow user to access the resources
  • 08-client-role/04-write-client-role.ts - Make "POST" call and verify that Kong allows user to access the resources
  • 08-client-role/04-write-client-role.ts - Make "PUT" call and verify that Kong allows user to access the resources
  • 08-client-role/05-check-without-role.ts - Generate Kong plugin without configuring any roles
  • 08-client-role/05-check-without-role.ts - applies authorization plugin to service published to Kong Gateway
  • 08-client-role/05-check-without-role.ts - Regenrate credential client ID and Secret
  • 08-client-role/05-check-without-role.ts - Verify that service is accessible with new client ID and Secret
  • 09-update-product-env/01-client-credential-to-kong-acl-api.cy.ts - Deactivate the service for Test environment
  • 09-update-product-env/01-client-credential-to-kong-acl-api.cy.ts - Update the authorization scope from Kong ACL-API to Client Credential
  • 09-update-product-env/01-client-credential-to-kong-acl-api.cy.ts - applies authorization plugin to service published to Kong Gateway
  • 09-update-product-env/01-client-credential-to-kong-acl-api.cy.ts - activate the service for Test environment
  • 09-update-product-env/01-client-credential-to-kong-acl-api.cy.ts - Verify that service is not accessible with existing Client ID - Secret credentials
  • 09-update-product-env/01-client-credential-to-kong-acl-api.cy.ts - Raise request access
  • 09-update-product-env/01-client-credential-to-kong-acl-api.cy.ts - Collect the credentials
  • 09-update-product-env/01-client-credential-to-kong-acl-api.cy.ts - approves an access request
  • 09-update-product-env/01-client-credential-to-kong-acl-api.cy.ts - Verify that API is accessible with the generated API Key
  • 09-update-product-env/02-kong-acl-api-to-client-credential.cy.ts - Deactivate the service for Test environment
  • 09-update-product-env/02-kong-acl-api-to-client-credential.cy.ts - Update the authorization scope from Kong ACL-API to Client Credential
  • 09-update-product-env/02-kong-acl-api-to-client-credential.cy.ts - applies authorization plugin to service published to Kong Gateway
  • 09-update-product-env/02-kong-acl-api-to-client-credential.cy.ts - activate the service for Test environment
  • 09-update-product-env/02-kong-acl-api-to-client-credential.cy.ts - Verify that API is not accessible with the current API Key for Test environment
  • 09-update-product-env/02-kong-acl-api-to-client-credential.cy.ts - Creates an access request
  • 09-update-product-env/02-kong-acl-api-to-client-credential.cy.ts - approves an access request
  • 09-update-product-env/02-kong-acl-api-to-client-credential.cy.ts - Get access token using client ID and secret; make API request
  • 09-update-product-env/03-apply-multiple-services.cy.ts - Update kong plugin for both the services
  • 09-update-product-env/03-apply-multiple-services.cy.ts - applies authorization plugin to service published to Kong Gateway
  • 09-update-product-env/03-apply-multiple-services.cy.ts - Associate another the service for Test environment
  • 09-update-product-env/03-apply-multiple-services.cy.ts - Get access token using client ID and secret; make API request for test
  • 09-update-product-env/03-apply-multiple-services.cy.ts - Creates an access request
  • 09-update-product-env/03-apply-multiple-services.cy.ts - Get access token using client ID and secret; make API request for test
  • 09-update-product-env/03-apply-multiple-services.cy.ts - Get access token using client ID and secret; make API request for Dev
  • 09-update-product-env/04-change-env-status copy.cy.ts - Change Product environment from active to inactive
  • 09-update-product-env/04-change-env-status copy.cy.ts - Change Product environment from inactive to active
  • 09-update-product-env/07-kong-public-auth.ts - Deactivate the service for Test environment
  • 09-update-product-env/07-kong-public-auth.ts - Update the authorization scope from Kong ACL-API to Public
  • 09-update-product-env/07-kong-public-auth.ts - applies authorization plugin to service published to Kong Gateway
  • 09-update-product-env/07-kong-public-auth.ts - activate the service for Test environment
  • 09-update-product-env/07-kong-public-auth.ts - Verify that API is accessible with out any credential
  • 09-update-product-env/08-protected-externally.ts - Update the authorization scope from Public to Protected Externally
  • 09-update-product-env/08-protected-externally.ts - Verify that product is w/o a request button in API Directory
  • 09-update-product-env/09-two-tiered-hidden.cy.ts - Upload config for key-auth
  • 09-update-product-env/09-two-tiered-hidden.cy.ts - Verify that product is formatted correctly in public directory
  • 09-update-product-env/09-two-tiered-hidden.cy.ts - Verify that product is formatted correctly in your products page
  • 09-update-product-env/09-two-tiered-hidden.cy.ts - Upload config for jwt-keycloak
  • 09-update-product-env/09-two-tiered-hidden.cy.ts - Verify that product is formatted correctly in public directory
  • 09-update-product-env/09-two-tiered-hidden.cy.ts - Verify that product is formatted correctly in your products page
  • 10-clear-resources/01-create-api.cy.ts - publishes a new API to Kong Gateway
  • 10-clear-resources/01-create-api.cy.ts - publish product to directory
  • 10-clear-resources/01-create-api.cy.ts - applies authorization plugin to service published to Kong Gateway
  • 10-clear-resources/01-create-api.cy.ts - activate the service for Dev environment
  • 10-clear-resources/03-rqst-access.cy.ts - creates an access request
  • 10-clear-resources/04-delete-consumer.ts - Get the consumer ID from the list
  • 10-clear-resources/04-delete-consumer.ts - Verify the confirmation message to delete the consumer
  • 10-clear-resources/04-delete-consumer.ts - Verify toast message for consumer deletion
  • 11-activity-feed/01-activity-feed.cy.ts - Verify Activity filter for "Harley Jones" user
  • 11-activity-feed/01-activity-feed.cy.ts - Verify Activity filter for "Mark F Mark L" user
  • 11-activity-feed/01-activity-feed.cy.ts - Verify Activities filter for consumer
  • 12-access-permission/01-create-api.cy.ts - publishes a new API to Kong Gateway
  • 12-access-permission/01-create-api.cy.ts - publish product to directory
  • 12-access-permission/01-create-api.cy.ts - applies authorization plugin to service published to Kong Gateway
  • 12-access-permission/03-rqst-access.cy.ts - creates an access request
  • 12-access-permission/04-access-manager.cy.ts - Verify that the option to approve request is displayed
  • 12-access-permission/08-gateway-config.cy.ts - Verify that GWA API allows user to publish the API to Kong gateway
  • 14-org-assignment/01-client-cred-team-access.ts - applies authorization plugin to service published to Kong Gateway
  • 14-org-assignment/01-client-cred-team-access.ts - Activate the API
  • 14-org-assignment/01-client-cred-team-access.ts - Raise request access
  • 14-org-assignment/01-client-cred-team-access.ts - Collect the credentials
  • 14-org-assignment/01-client-cred-team-access.ts - approves an access request
  • 14-org-assignment/01-client-cred-team-access.ts - Verify that API is accessible with the generated API Key
  • 15-aps-api/07-api-directory.cy.ts - Get the directory details (/directory) and verify the success code in the response
  • 15-aps-api/07-api-directory.cy.ts - Verify the expected directory details are display in the response
  • 15-aps-api/07-api-directory.cy.ts - Get the directory details by its ID (/directory/{id}) and verify the success code in the response
  • 15-aps-api/07-api-directory.cy.ts - Verify the expected namespace directory details are display in the response
  • 16-gwa-cli/02-cli-generate-config-quick-start.ts - Check gwa command to apply generated config
  • 16-gwa-cli/02-cli-generate-config-quick-start.ts - Check gwa status --hosts include routes
  • 16-gwa-cli/02-cli-generate-config-quick-start.ts - Verify that the product created through gwa command is displayed in the portal
  • 16-gwa-cli/02-cli-generate-config-quick-start.ts - Verify that the dataset created through GWA comand is assocuated with the product
  • 16-gwa-cli/02-cli-generate-config-quick-start.ts - Verify service name validation error in new namespace
  • 16-gwa-cli/03-cli-generate-config-client-cred.ts - Check gwa command to apply generated config
  • 16-gwa-cli/03-cli-generate-config-client-cred.ts - Verify that the product created through gwa command is displayed in the portal
  • 16-gwa-cli/03-cli-generate-config-client-cred.ts - Verify the Authorization scope and issuer details for the product
  • 16-gwa-cli/03-cli-generate-config-client-cred.ts - Verify the issuer details for the product
  • 16-gwa-cli/03-cli-generate-config-client-cred.ts - Verify that the dataset created through GWA comand is assocuated with the product
  • 17-delete-application/02-delete-application-with-pending-request.cy.ts - creates an access request
  • 17-delete-application/03-delete-application-with-approved-request.cy.ts - creates an access request
  • 17-delete-application/03-delete-application-with-approved-request.cy.ts - approves an access request
  • 17-delete-application/03-delete-application-with-approved-request.cy.ts - Verify that API is not accessible with the generated API Key when the application is deleted
  • 17-delete-application/04-delete-namespace-gwa.ts - Check gwa gateway destroy command for the namespace associated with services
  • 17-delete-application/04-delete-namespace-gwa.ts - Check validation if any consumer is associated with namespace for hard deleting the namespace
  • 19-api-v3/07-endpoints.ts - Upload config for key-auth
  • 19-api-v3/07-endpoints.ts - GET /routes/availability

Run Link: https://github.com/bcgov/api-services-portal/actions/runs/12206969778

@github-actions github-actions bot added the automation Tickets for test automation label Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation Tickets for test automation
Projects
None yet
Development

No branches or pull requests

1 participant