jasmine / jasmine-browser-runner

Serve and run your Jasmine specs in a browser
50 stars 25 forks source link

Is TLS supported? #42

Closed joeyparrish closed 8 months ago

joeyparrish commented 1 year ago

I need to test software that uses APIs only available in a browser over HTTPS connections. Is there a way to provide TLS configuration to express to support this?

sgravrock commented 1 year ago

TLS isn't currently supported but it probably wouldn't be too hard to add, given that the underlying Express framework supports it. I'd be happy to review a pull request that adds that feature.

joeyparrish commented 8 months ago

I'm working on a PR now, including tests.

joeyparrish commented 8 months ago

I also need custom hostnames, so I may also try to create my own version of #43, which seems partly stuck on https issues anyway.