Skip to content
New issue

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

replay-node creates no recordings for jest in a Yarn PnP project #103

Open
marionebl opened this issue Apr 10, 2023 · 1 comment
Open

replay-node creates no recordings for jest in a Yarn PnP project #103

marionebl opened this issue Apr 10, 2023 · 1 comment

Comments

@marionebl
Copy link

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?

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

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

$ yarn replay ls
ID  Status  Title  Created At

Additional information

$ yarn -v
4.0.0-rc.42

$ yarn jest --version
29.5.0

@jasonLaster
Copy link

Hi @marionebl, @jaril is about to look into Jest. Come find us in our https://replay.io/discord

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants