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

CC-31953 Introduced How To guide for backend E2E testing #2406

Merged
merged 13 commits into from
Jan 9, 2024

Conversation

AsonUnique
Copy link
Contributor

@AsonUnique AsonUnique added the tech review needed PR needs tech review label Dec 19, 2023
@AsonUnique AsonUnique self-assigned this Dec 19, 2023
@AsonUnique AsonUnique added the new PR contains a new document label Dec 19, 2023
abitskil
abitskil previously approved these changes Dec 20, 2023
@abitskil abitskil added TW review needed PR needs Technical writer's review and removed tech review needed PR needs tech review labels Dec 20, 2023

#### OpenApi3

Lets you match the response of API endpoints against the OpenApi3 schema.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we replace match with validate?

template: howto-guide-template
---

This guide explains how to set up and run Glue API end-to-end (E2E) tests using the `WishlistsRestApi` module as an example and the `Pyz` project namespace. Adjust the names according to your project namespaces and modules.
Copy link
Collaborator

@andriitserkovnyi andriitserkovnyi Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we using the Pyz project namespace as an example as well?


#### GlueBackendApiJsonApiHelper

Provides functionality to send requests to the Glue Backend API endpoints that implement JSON API convention and validate response data.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Provides functionality to send requests to the Glue Backend API endpoints that implement JSON API convention and validate response data.
Lets you send requests to the Glue Backend API endpoints that implement JSON API convention and validate response data.

@andriitserkovnyi andriitserkovnyi merged commit 734b4be into master Jan 9, 2024
13 checks passed
@andriitserkovnyi andriitserkovnyi deleted the feature/cc-31953-bapi-e2e-infrastructure branch January 9, 2024 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new PR contains a new document TW review needed PR needs Technical writer's review
Development

Successfully merging this pull request may close these issues.

3 participants