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
@phucpnt In that case the console will only show syntax errors from the spec files. When Karma starts it will open a bowser window with http://localhost:9876. You have to press the Debug button and It will open http://localhost:9876/debug.html if you open the Chrome developer tools on this last window You will see the entire log and It will run every time you refresh the browser, if you modify any file you should see the updated result as well.
Hello,
from the file
karma.conf.js
if i change thesingleRun
tofalse
, karma would be start and run the test, but no output provide to the console.Let me know
Phuc
The text was updated successfully, but these errors were encountered: