Test status and test output not displayed
See original GitHub issueIs this a bug report or a feature request?
Bug Report
Version Info
- Version of Majestic: v1.7.0
- Version of Jest: v24.9.1
- Version of Node: v14.0.0
- Operating System: Windows 8.1
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 via npm 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?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Visual Studio 2019 test output window lost. Not the VS output ...
I specifically want my debug info to appear which I am including with Console.WriteLine. There's nothing in the Windows section of the Test...
Read more >Test Explorer window no longer showing "Output" for unit test ...
In am using visual studio 2017 , I am not getting output link in the summary part -(in test explorer) after my unit...
Read more >Test output not showing · Issue #344 · microsoft/vscode-java-test
Java: Show test output does not work. It selects the Output pane and selects "Test Output" in the dropdown, but no test output...
Read more >Where is the 'Tests Output Pane'? - visual studio
Unexpected error detected. Check the Output Window for details which can be found in the Show output from: section. Then select the Tests...
Read more >How to resolve cases of Visual Studio “No tests appearing”
The Visual Studio Test Explorer can be a bit picky about showing tests. There are multiple reasons for why they don't always show...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
No, not so far. I have stopped using Majestic because of this. I hope this bug gets fixed soon.
I am having the same issue as you guys can see in the screenshot.
Pretty weird. Any solutions?