Files
SpeckleAutomateDotnetExample/TestAutomateFunction/appsettings.example.json
T
Chuck Driesler 85e56570c7 WEB-1031 Update test to use new test automations capabilities (#21)
* test env setup

* make and fail request

* successful test automation submission

* use new sdk version for tests

* nits
2024-06-06 19:26:41 +02:00

6 lines
192 B
JSON

{
"SpeckleToken": "YOUR-TOKEN-HERE",
"SpeckleServerUrl": "http://127.0.0.1:3000",
"SpeckleProjectId": "YOUR-PROJECT-ID-HERE",
"SpeckleAutomationId": "YOUR-AUTOMATION-ID-HERE"
}