/
Improve Test Optimization With Context Propagation
Improve Test Optimization With Context Propagation
SeaLights is using Open Telemetry to propagate the context of your tests, this allow to enrich the test optimization statistical model to an almost 1:1 relationship between a test and the code of the application it is testing.
There are 2 main ways to propagate the context of a test:
The utilization of a baggage
The utilization of a cookie
In order to set this up, these are the necessary steps you need to take:
Set up the testing framework to set either the baggage or the cookie with the test information, including:
Test name
Test session ID
Set up the front-end agent with the flag to enable Open Telemetry usage
Set up the backend agent with the flags to enable Open Telemetry usage
, multiple selections available,
Related content
Test Optimization
Test Optimization
More like this
Sealights Test Optimization with other test coverage tools
Sealights Test Optimization with other test coverage tools
More like this
Other Test Stage Coverage issues - Troubleshooting
Other Test Stage Coverage issues - Troubleshooting
More like this
Legacy .NET agent - Running tests
Legacy .NET agent - Running tests
More like this
Running Tests against an Integration Build
Running Tests against an Integration Build
More like this
Running Test stages in parallel using different Lab IDs
Running Test stages in parallel using different Lab IDs
Read with this