garris / ember-backstop

BackstopJS visual regression testing addon for Ember.
MIT License
56 stars 21 forks source link

Run backstop server on a different port #34

Closed shankarsridhar closed 2 years ago

shankarsridhar commented 4 years ago

Is there a way to run backstop server on a different port other than the default 3000 ?

I'll be happy to send a PR for the same, if it's not possible already.

garris commented 4 years ago

Oh yeah, please send PR for that! Desperately needed. Prolly default to 3000 but overrideable with backstopPort env var? Is that what you are thinking?

shankarsridhar commented 4 years ago

Prolly default to 3000 but overrideable with backstopPort env var? Is that what you are thinking?

That's exactly what I had in mind. Will send a PR for it soon.

Sticksword commented 3 years ago

Hmm just bumping for awareness, I don't think this issue was fixed in the mentioned PR

kiwi-josh commented 2 years ago

I believe this can be closed now - as latest master has this PR merged: https://github.com/garris/ember-backstop/pull/69 You can set the port using this environment variable: BACKSTOP_REMOTE_HTTP_PORT

kiwi-josh commented 2 years ago

CC @garris 😄