0

Is there a way to setup Chutzpah to run test with other browser than phantomjs, preferably real browser, not headless.

I'm using chutzpah as Visual Studio extension and runner 4.2.1 for CI

Please let me know if more information needed.

697
  • 321
  • 4
  • 16

1 Answers1

0

Today you can use the OpenInBrowser command and chutzpah will open the harness in a real browser. I am also working on supporting headless chrome but not sure when it will be ready.

Matthew Manela
  • 16,572
  • 3
  • 64
  • 66
  • Works perfect! Thanks! – 697 Aug 30 '17 at 21:24
  • hey @matthew-manela , just last one question, do you know how to get console logs? after: chutzpah.console.exe chutzpah.json /openInBrowser firefox` all tests and files get loaded properly, but logs are in browser. I switch tests to run from slimerjs and I can see result but still no logs... wich means with CI it will not work with phantomjs I can see output from chutzpah in console, but phantom dosn't support loading as I need. – 697 Sep 01 '17 at 17:43
  • Correct, right now if you choose openinbrowser it *only* runs in that browser and does not run locally in the client. – Matthew Manela Sep 03 '17 at 21:16