When I run the ng test, after running the tests, I only see this:

enter image description here

although the console shows that all the tests have been completed

enter image description here

Jasmine window appears at the time of the tests and then disappears. How can I see the test result in the browser?

    1 answer 1

    in the config you need to add

    client: { clearContext: false },