Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

[Test coverage] Customer Downloadable Products #702

Closed
naydav opened this issue May 12, 2019 · 2 comments
Closed

[Test coverage] Customer Downloadable Products #702

naydav opened this issue May 12, 2019 · 2 comments
Labels
Contribution Day Tickets is good for start on Contribution Day good first issue Good for newcomers test-coverage

Comments

@naydav
Copy link
Contributor

naydav commented May 12, 2019

Need to cover with API-functional tests case:

app/code/Magento/DownloadableGraphQl/etc/schema.graphqls

type Query {
    customerDownloadableProducts: CustomerDownloadableProducts @resolver(class: "Magento\\DownloadableGraphQl\\Model\\Resolver\\CustomerDownloadableProducts") @doc(description: "The query returns the contents of a customer's downloadable products") @cache(cacheable: false)
}

Examples:
https://github.com/magento/graphql-ce/tree/2.3-develop/dev/tests/api-functional/testsuite/Magento/GraphQl/Customer
https://github.com/magento/graphql-ce/tree/2.3-develop/dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer

Guide:
https://devdocs.magento.com/guides/v2.3/graphql/functional-testing.html

@naydav naydav added good first issue Good for newcomers test-coverage Contribution Day Tickets is good for start on Contribution Day labels May 12, 2019
@naydav naydav assigned sinisa86 and unassigned sinisa86 May 12, 2019
@naydav
Copy link
Contributor Author

naydav commented Jun 12, 2019

Hi @sinisa86,
Unfortunately, I need to unassign the ticket because still no response from you.

@naydav
Copy link
Contributor Author

naydav commented Jul 30, 2019

#779

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Contribution Day Tickets is good for start on Contribution Day good first issue Good for newcomers test-coverage
Projects
None yet
Development

No branches or pull requests

4 participants