Description
Please see the README on GitHub at https://github.com/iand675/hs-opentelemetry/tree/main/instrumentation/tasty#readme.
Description
Please see the README on GitHub at https://github.com/iand675/hs-opentelemetry/tree/main/instrumentation/tasty#readme
README.md
hs-opentelemetry-instrumentation-tasty
OpenTelemetry instrumentation library for Tasty. It creates spans for:
- Individual test cases
 - Test groups
 - Resource setup and teardown
 
The library should be robust to tests running in parallel.
Usage
Usage requires:
- Setting and tearing down a trace provider as normal in your test executable.
 - Calling 
instrumentTestTreeon yourTestTree. 
See the test suite for examples of how to use the library.