...
To test this, login as one of the coaches listed on the SSP Demo Data Documentation page and ensure that you can see students and their associated data listed for the coach you login as.
...
Running the API Integration Tests
Starting with SSP 2.2, the SSP source code distro includes API-level integration tests that can be run against a deployed SSP instance. These tests assume you are deploying SSP to a SSP-Platform instance, i.e. they will not work against a "standalone" SSP implementation. Because of this, the build does not currently use Maven plugins to automatically deploy a SSP binary as part of the integration-test phase. To run the tests, you'll need to manually deploy SSP and SSP-Platform mostly as described above, but with the following changes:
SSP_CONFIGDIR/ssp-config.properties
- Set:
db_liquibase_changelog=classpath:org/jasig/ssp/database/masterChangeLog-apiTest.xml
TODO TODO TODO...
If anything in it is incorrect or unclear, please leave a comment below.