-
Notifications
You must be signed in to change notification settings - Fork 26
Configuring API host #4
Comments
Hi Moritz, the admin interface comes with the API required for syncing images between your tests (WebdriverCSS) and the admin panel. As far as I can see when running |
Thanks for the quick reply. |
Have you tried to open |
Hi Christian, OK, I see ^^ Thanks again for your quick replies! Let me ilustrate what I am encountering real quick: First, I install and serve webdrivercss-adminpanel on ssh [email protected]
git clone [email protected]:webdriverio/webdrivercss-adminpanel.git
cd webdrivercss-adminpanel/
npm install
bower install
grunt serve:dist Now on my local dev machine I connect to Check pull req #5 for that. |
Hey there!
Just a quick question: Is there a reason to why the API_HOST is hard coded to
localhost
in/app/scripts/app.js
or am I missing something configuration wise? I would like to run ui regression tests on my build machine while running the admin interface on a different machine.The text was updated successfully, but these errors were encountered: