Hi Vingesh,
I presume you are using Dart2 (with the silent 2). Dart(2) currently
only supports XML-RPC submission. In case of your project, that would mean:
1. Set DropMethod to xmlrpc
2. Set DropSite to http://localhost:8081/
3. Set DropLocation to TestProject
4. Leave TriggerSite empty
For
Hi
I was able to successfully run the CTest, while posting the
test results to the public dashboard.
Now I want to post it to the Dart server running in my
machine. My Dart server is up and running; and can view my dashboard at http://localhost:8081/TestProject/Dashboard/
I unde