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

[Meta] Test Coverage for Documented APIs #19768

Open
cuff-links opened this issue Jun 8, 2018 · 1 comment
Open

[Meta] Test Coverage for Documented APIs #19768

cuff-links opened this issue Jun 8, 2018 · 1 comment
Labels
Team:QA Team label for QA Team test tests_needed

Comments

@cuff-links
Copy link
Contributor

cuff-links commented Jun 8, 2018

We have some official APIs that have been exposed and documented so we need to find a way to cover these endpoints through our API integration tests. This will serve as a meta-issue. When someone decides to take one of the issues, file a subsequent issue and put it under the endpoint like was done with Update.

@cuff-links cuff-links created this issue from a note in Test Automation (To do) Jun 8, 2018
@cuff-links cuff-links self-assigned this Jun 8, 2018
@cuff-links
Copy link
Contributor Author

cuff-links commented Jun 8, 2018

Saved Objects API

Bulk Get

  • POST /api/saved_objects/_bulk_get

Create

  • POST /api/saved_objects/<type>

  • POST /api/saved_objects/<type>/<id>

Delete

  • DELETE /api/saved_objects/<type>/<id>

Find

  • GET /api/saved_objects/_find

Get

  • GET /api/saved_objects/<type>/<id>

Update

Import/Export Dashboard API

These docs are still being worked on. As soon as they are in, we can jump on this.

@cuff-links cuff-links changed the title Test Coverage for Documented APIs [Meta] Test Coverage for Documented APIs Jun 8, 2018
@cuff-links cuff-links added test tests_needed Team:QA Team label for QA Team labels Jun 8, 2018
@cuff-links cuff-links removed their assignment Jun 8, 2018
@cuff-links cuff-links moved this from To do to In progress in Test Automation Jun 8, 2018
@cuff-links cuff-links moved this from In progress to To do in Test Automation Jun 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:QA Team label for QA Team test tests_needed
Projects
Development

No branches or pull requests

1 participant