TestCafe from the official Docker image doesn't take --inspect-brk, --inspect and other V8 flags into account #3646
Labels
AREA: docker
STATE: Auto-locked
An issue has been automatically locked by the Lock bot.
SYSTEM: CLI
A command-line interface issue.
TYPE: bug
The described behavior is considered as wrong (bug).
Milestone
What is your Test Scenario?
Try to debug tests with Node Inspector in the official Docker image
What is the Current behavior?
The
--inspect
and--inspect-brk
flags are ignored by TestCafe.What is the Expected behavior?
TestCafe should take
--inspect
and--inspect-brk
flags into account and enable the Node.js debugger.Your Environment details:
--inspect-brk=0.0.0.0:9229 ...
testcafe/testcafe
Docker image to reproduceThe text was updated successfully, but these errors were encountered: