Skip to content

Development

Mathew edited this page Apr 27, 2015 · 23 revisions

Building + Running Tests

  • Pull and build the source in VS
  • Set up storage account environment variables
    • AzureWebJobsStorage - Set this to your test storage account
    • AzureWebJobsDashboard - Storage account that will be used for dashboard logging (can be same as above)
    • AzureWebJobsServiceBus - Set this to your Service Bus namespace connection string
  • Open Test Explorer to view and run tests (we use XUnit)
Clone this wiki locally