|
Create the skeleton for which API (Postman) tests will be added.
1. Test Setup - This includes creating any test data (e.g. within mod-inventory-storage/SRS).
2. Test Cleanup - Cleanup any data created during test setup.
Acceptance Criteria:
- Environment independent
- Must not rely on any data being in the system aside from a user w/ sufficient permissions to call mod-oai-pmh. Credentials would be provided via environment file.
- Any records created for testing purposes are removed
- Checked in folio-org/folio-api-tests
- Test Setup and Test Cleanup are organized into separate folders within the postman test suite. See other tests for examples.
|