-
Notifications
You must be signed in to change notification settings - Fork 142
Running against a remote url
mmanela edited this page Sep 14, 2014
·
1 revision
As of version 2.4 Chutzpah supports executing a remote test harness. If you have a html test file on a remote server (like http://somesite.com/test.html) you can tell Chutzpah to execute that file directly
chutzpah.console.exe http://somesite.com/test.html
Note: Chutzpah does not support running anything but .html files remotely. If you want to run Chutzpah directly on a .js, .ts or .coffee file they must be local on disk.