stormpath / stormpath-framework-tck

HTTP integration tests that ensure a Stormpath web framework integration implements the Stormpath Framework Specification
Apache License 2.0
11 stars 5 forks source link

setup and teardown Application & Director(y|ies) rather than relying on STORMPATH_APPLICATION_HREF #300

Open dogeared opened 8 years ago

dogeared commented 8 years ago

All setup an config should be handled by the TCK. The only upfront config requirements should be setting the api key id and secret, either from ~/.stormpath/apiKey.properties, STORMPATH_API_KEY_FILE are valid env files.

The TCK can create an Application and associated Directory and use that for all the tests.

This will also help with different modes we want to support, like enabling email verification workflows.

@lhazlewood is interested in this one