-
Notifications
You must be signed in to change notification settings - Fork 72
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
chore(docs/examples): Adding GraphQL information #4001
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
By creating a Tracetest GraphQL test, you will be able to create trace-based assertions to be applied across the entire flow like any other Tracetest test. Not only that but it allows you to mix and match it with your existing Monitors, Test Suites and CI/CD validations. | ||
|
||
Another big benefit of using traces as test specs is that you can: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another big benefit of using traces as test specs is that you can: | |
Other impactful benefits of using traces as test specs are: |
|
||
Another big benefit of using traces as test specs is that you can: | ||
|
||
- Get faster MTTR for failing performance tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Get faster MTTR for failing performance tests | |
- Faster MTTR for failing performance tests. |
Another big benefit of using traces as test specs is that you can: | ||
|
||
- Get faster MTTR for failing performance tests | ||
- Assert against the Mutiple Queries and Mutations at once from a single test execution |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Assert against the Mutiple Queries and Mutations at once from a single test execution | |
- Assert against the Mutiple Queries and Mutations at once from a single test execution. |
|
||
- Get faster MTTR for failing performance tests | ||
- Assert against the Mutiple Queries and Mutations at once from a single test execution | ||
- Validate functionality of other parts of your system that may be broken, even when the initial request is passing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Validate functionality of other parts of your system that may be broken, even when the initial request is passing | |
- Validate functionality of other parts of your system that may be broken, even when the initial request is passing. |
|
||
## Steps | ||
|
||
1. [Install the tracetest CLI](https://docs.tracetest.io/installing/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. [Install the tracetest CLI](https://docs.tracetest.io/installing/) | |
1. [Install the tracetest CLI](https://docs.tracetest.io/installing/). |
## Steps | ||
|
||
1. [Install the tracetest CLI](https://docs.tracetest.io/installing/) | ||
2. Run `tracetest configure --server-url http://localhost:11633` on a terminal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2. Run `tracetest configure --server-url http://localhost:11633` on a terminal | |
2. Run `tracetest configure --server-url http://localhost:11633` on a terminal. |
|
||
1. [Install the tracetest CLI](https://docs.tracetest.io/installing/) | ||
2. Run `tracetest configure --server-url http://localhost:11633` on a terminal | ||
3. Update the `.env` file adding a valid set of AWS credentials |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3. Update the `.env` file adding a valid set of AWS credentials | |
3. Update the `.env` file adding a valid set of AWS credentials. |
1. [Install the tracetest CLI](https://docs.tracetest.io/installing/) | ||
2. Run `tracetest configure --server-url http://localhost:11633` on a terminal | ||
3. Update the `.env` file adding a valid set of AWS credentials | ||
4. Update the `tracetest.provision.yaml` file adding a valid set of AWS credentials |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4. Update the `tracetest.provision.yaml` file adding a valid set of AWS credentials | |
4. Update the `tracetest.provision.yaml` file adding a valid set of AWS credentials. |
2. Run `tracetest configure --server-url http://localhost:11633` on a terminal | ||
3. Update the `.env` file adding a valid set of AWS credentials | ||
4. Update the `tracetest.provision.yaml` file adding a valid set of AWS credentials | ||
5. Run the project by using docker-compose: `docker-compose up -d` (Linux) or `docker compose up -d` (Mac) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5. Run the project by using docker-compose: `docker-compose up -d` (Linux) or `docker compose up -d` (Mac) | |
5. Run the project by using docker-compose: `docker-compose up -d` (Linux) or `docker compose up -d` (Mac). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some editing suggestions.
This PR adds the graphql docs and recipes
Changes
Fixes
Checklist