Create a jest
based runner
#12
Labels
enhancement
New feature or request
hardcore
Requires extensive knowledge of a given subject
runner
Issues specific to test runners
This ticket tracks the creation of a
jest
based runner. In order to integrate a test runner our system makes the following assumptions:Currently
jest
executes the tests through theirjest
CLI. There is no programmatic API documented that we can use. This doesn't mean it's impossible to integrate. In the last few months, they started extracting bit's of the CLI into a dedicatedjest-core
package that would eventually become an API jestjs/jest#7696 this work is currently tracked in jestjs/jest#5048. When this work is completed it should become a lot easier to integratejest
as test runner.Acceptance Criteria
jest
as test runner.jest
configuration can be supplied using--jest.{key} {value}
CLI flags.examples
folder.The text was updated successfully, but these errors were encountered: