Test Evolve Runner
Using the te-runner in CI
The te-runner comes with everything needed to execute your Test Evolve Spark tests. Simply pull the container from our GCR Registry using your CI pipeline of choice and execute the test scripts inside.
docker pull gcr.io/test-evolve-prod/spark/te-runner:1.2.0
Example Implementations
note
You can also use the image to execute your tests locally. Check it out here!