classSWFSpec extends SpecificationWithJUnit with ScalaCheckSpec with Logging
Test for SWF.
Test for SWF. Note that this test will connect to AWS using credentials obtained from environment variables, and will
register a test workflow, and exercise it. The workflow is left enabled at the end of the test - the assumption being
that the test will be re-run, and/or other tests run that also exercise this workflow.
To be run via (nb. the " -- " is important):
sbt "test:testOnly *SWFSpec -- aws-integration"
Test for SWF. Note that this test will connect to AWS using credentials obtained from environment variables, and will register a test workflow, and exercise it. The workflow is left enabled at the end of the test - the assumption being that the test will be re-run, and/or other tests run that also exercise this workflow.
To be run via (nb. the " -- " is important): sbt "test:testOnly *SWFSpec -- aws-integration"