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
Is it possible to have a flag that doesn't close the browser window? My use case is, if some tests fails, I can instantly see what's wrong in the browser.
The text was updated successfully, but these errors were encountered:
if I understand you correctly, then you do not need to run mocha-headless-chrome for debugging in the browser. Just open your test page in the browser manually. Does this solve your problem?
I open a node.js server before running the tests and they are in the same command. If I want to run the tests with the browser opened (as you suggest) I have to have two different commands one for just opening that node.js server and one for opening the node.js server and running the tests. I think it would be easier if there was an option for not closing down the browser.
Is it possible to have a flag that doesn't close the browser window? My use case is, if some tests fails, I can instantly see what's wrong in the browser.
The text was updated successfully, but these errors were encountered: