jejacks0n / teaspoon

Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
1.43k stars 243 forks source link

Change port number #531

Closed sandipsubedi closed 6 years ago

sandipsubedi commented 6 years ago

Looks like teaspoon used port 3000 by default. My assumption is coming from here :

mount_at
Determines where the Teaspoon routes will be mounted. Changing this to "/jasmine" would allow you to browse to http://localhost:3000/jasmine to run your tests.

default: "/teaspoon"

Something else is using port 3000. Is there a way to change the port number ? If so, how can I do that ?

jejacks0n commented 6 years ago

https://github.com/jejacks0n/teaspoon/wiki/Teaspoon-Configuration

search for server_port