DataDog / dd-sdk-unity

Apache License 2.0
11 stars 2 forks source link

feat: Added logging integration test #11

Closed fuzzybinary closed 1 year ago

fuzzybinary commented 1 year ago

What and why?

First logging integration test is passing with a simple log. Python script currently defaults to Android as only Android emulators work on the m1, iOS requires a physical device.

Next steps are to add parameters to the run_integration_test to select platforms and make sure the result.xml are in a better location. Then we can proceed to make more thorough integration tests.

refs: RUMM-3275 RUMM-3274

Review checklist