DataDog / dd-sdk-unity

Apache License 2.0
11 stars 1 forks source link

chore: Add scripts to support command line execution of integration tests #101

Closed fuzzybinary closed 3 months ago

fuzzybinary commented 3 months ago

What and why?

This sets up scripts to be used by CI to support running integration tests on the command line. This includes starting emulators / simulators for the chosen platform and running the tests through Unity.

Several fixes were made to the mock_server as well to properly support inspecting the request json when used from the Unity integration tests.

refs: RUM-5546

Review checklist