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

externalize audits so they can be run locally and/or within target library CI/CD #48

Open
dariuszkuc opened this issue Jan 25, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@dariuszkuc
Copy link

Story

As a GraphQL library maintainer I would like to be able to run HTTP spec audit locally to ensure my client/server remains compliant with the spec.

Acceptance criteria

  • GraphQL library maintainer is able to run HTTP spec audit locally

Related

@enisdenjo
Copy link
Member

You already can, see the "Audit for servers usage in Jest environment" recipe.

@dariuszkuc
Copy link
Author

dariuszkuc commented Jan 25, 2023

Its doable but somewhat clunky -> it implies folks have to write Javascript to run tests (and many libraries are not Javascript based). Ideally they could just run some executable script that gives them the results*.

*Looks like we would also need to generate the report matrix manually as well (example auto generated report apollographql/federation-jvm#290 (comment)).

@enisdenjo
Copy link
Member

Ah yes, a CLI. Makes sense! I'll see what I can do.

@enisdenjo enisdenjo added the enhancement New feature or request label Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants