|
Create the skeleton for which API (Postman) tests will be added.
1. Test Setup - This includes creating any test data.
2. Setup & configure SIP2 Self Check hardware simulator for windows. https://clcohio.org/sip-testing-tool/ to test all implemented calls.
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-sip2. 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.
|