logo

Jest

โ—
This implementation is experimental. It is not configured for use with Replay Test Teams.
You can record jest using replay-node. To do so:
  1. Install replay-node, as described here.
  1. Run replay-node --exec $jestCmd to record the test. For example: replay-node --exec npm test would record all of the tests run by the test script in your package.json, replay-node --exec npm run test -- specific.test.ts would pass โ€œ`specific.test.ts`โ€ to npm run test and record that.
For more details on Replay Node, check out the Recording Node.js Guide.

Powered by Notaku
Share