@webiny/api-apw
v5.44.0
Published
GraphQL API for Webiny Advanced Publishing Workflow.
Downloads
3,332
Readme
@webiny/api-awp
Install
npm install --save @webiny/api-awpOr if you prefer yarn:
yarn add @webiny/api-awpTesting
To run tests api-apw tests with targeted storage operations loaded use:
DynamoDB
yarn test packages/api-apw --storage:ddb --keyword=apw:ddb --keyword=apw:baseNote
All the tests in
@webiny/api-apwpackage are being tested against ddb-only storage operations because current jest setup doesn't allow usage of more than one storage operations at a time with the help of --keyword flag. We should revisit these tests once we have the ability to load multiple storage operations in the jest setup.
