We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v16.18.0
Darwin VT62F39XMV 22.4.0 Darwin Kernel Version 22.4.0: Mon Mar 6 20:59:28 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T6000 arm64
No response
mkdir test cd test yarn init -y yarn set version berry yarn add @replayio/node @replayio/replay jest echo "test('hello, world', () => { expect(true).toBe(true) })" > hello.test.js yarn replay-node --exec jest hello.test.js # or yarn replay-node --exec yarn jest -- hello.test.js yarn replay ls
100% of the time
Creates replay
Creates no recording
$ yarn replay ls ID Status Title Created At
$ yarn -v 4.0.0-rc.42
$ yarn jest --version 29.5.0
The text was updated successfully, but these errors were encountered:
Hi @marionebl, @jaril is about to look into Jest. Come find us in our https://replay.io/discord
Sorry, something went wrong.
No branches or pull requests
Version
v16.18.0
Platform
Darwin VT62F39XMV 22.4.0 Darwin Kernel Version 22.4.0: Mon Mar 6 20:59:28 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T6000 arm64
Subsystem
No response
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
100% of the time
What is the expected behavior?
Creates replay
What do you see instead?
Creates no recording
Additional information
$ yarn -v
4.0.0-rc.42
$ yarn jest --version
29.5.0
The text was updated successfully, but these errors were encountered: