You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
Hello, I'm seeing the following when trying to integrate root-cause into my jest-playwright project. Here's the error I'm getting:
● Test suite failed to run
Root Cause Integration Error
at Object.ensurePrerequisite (node_modules/@testim/root-cause-jest/lib/helpers.js:20:11)
at Object.<anonymous> (node_modules/@testim/root-cause-jest/lib/forSetupFilesAfterEnv.js:23:9)
Error: ENOENT: no such file or directory, open 'C:\Users\tyler.jackson\source\repos\SkyKick.Manager\Web\testFrameworks\playwright\.root-cause\runs\1620327124642\runConclusion.json'
I'm updating the jest & playwright versions in our integration examples, I haven't noticed an issue with these versions together with node versions 10 through 15.
My suspicions are something to do with the files system, maybe current directory, missing config file or something todo with windows paths.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I'm seeing the following when trying to integrate root-cause into my jest-playwright project. Here's the error I'm getting:
My jest.config.js:
npm v7.6.3
node v15.12.0
The text was updated successfully, but these errors were encountered: