I want to run TestCafe on headless portable chrome with --no-sandbox flag
How can I do this?
I can run it without a flag
testcafe chrome:path/to/portable/chrome:headless test.js
But when I try set flag it doesn't work
testcafe chrome:path/to/portable/chrome:headless --no-sandbox test.js
Running with quotes '' helps
testcafe 'chrome:path/to/portable/chrome:headless --no-sandbox' test.js
I've closed my question
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With