-
Notifications
You must be signed in to change notification settings - Fork 174
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
Test status and test output not displayed #207
Comments
Yes I have seen that too. I have found a workaround is usually, if I click on another test and then come back to this test file, the results should show. |
I'm starting to see this more in my CRA v4 project (which uses jest v26.6.0) after upgrading from CRA v3. |
No, not so far. I have stopped using Majestic because of this. I hope this bug gets fixed soon. |
I'm under the impression the paths are somehow messed up. On Firefox, I'm getting:
Accessing the folder directly, not by symlink, makes everything work fine. |
Same problem: My set-up involves some scripts in the package folder, and some outside. No symlinks involved. Running on windows 10. In jest.config.js, I have the roots property listing both folders:
. I suspect this is where the problem lies? Regards, |
@frag997 It's happening for me too and unfortunately I haven't found any solution. In this case the only way to see why a test is failing is by checking the terminal. But the error output in the GUI is what makes Majestic so useful. |
Is this a bug report or a feature request?
Bug Report
Version Info
Description
I have React app created via
npx create-react-app my-app --template typescript --use-npm
with out-of-the-box Jest functionality. I then added some unit tests, which run fine vianpm test
.However, when I start a
npx majestic
from my project root directory and click the "Run tests" button the tests run, but I cannot see which tests failed and which succeeded, see screenshot. In fact, there is not any test status assigned to my individual test files.What's the problem here?
Also, the directory tree view on the right looks strange. Why does majestic add the whole file path beginning from the file system root
C:\
underneath my project directory "bt_rpe_frontend" from which I started majestic?The text was updated successfully, but these errors were encountered: