question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Test status and test output not displayed

See original GitHub issue

Is 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?

majestic_bug

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:open
  • Created 3 years ago
  • Reactions:2
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
svdHerocommented, Dec 4, 2020

No, not so far. I have stopped using Majestic because of this. I hope this bug gets fixed soon.

1reaction
fernando-RAcommented, Dec 4, 2020

I am having the same issue as you guys can see in the screenshot. Screenshot from 2020-12-04 02-20-27

Pretty weird. Any solutions?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found