/
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
Running Test stages in parallel using different Lab IDs
Running Test stages in parallel using different Lab IDs
Read with this
SeaLights CD Agent
SeaLights CD Agent
More like this
How to Prepare for a Successful On-boarding (CI)
How to Prepare for a Successful On-boarding (CI)
Read with this
Running Tests against an Integration Build
Running Tests against an Integration Build
More like this
How to create an environment and add code coverage to this environment?
How to create an environment and add code coverage to this environment?
Read with this
Test Optimization
Test Optimization
More like this