buildkite / test-engine-client

Buildkite Test Engine Client (bktec) is an open source tool to orchestrate your test suites. It uses your Buildkite Test Engine suite data to intelligently partition and parallelise your tests.
MIT License
9 stars 1 forks source link

Prepare for Jest support. #169

Closed wooly closed 2 months ago

wooly commented 2 months ago

Description

There are a few things we can do in preparation for adding support for Jest.

Rollback

Revert PR.

wooly commented 2 months ago

What's the relationship between this PR and PR #166? Are you planning on merging this one first and then removing the duplication from PR #166?

Yeah I'll merge this one, rebase the other one onto main, then we can review that one separately.

wooly commented 2 months ago

I'll wait until @nprizal gets a look in since he wrote the original Rspec code.