oesmith / puffing-billy

A rewriting web proxy for testing interactions between your browser and external sites. Works with ruby + rspec.
MIT License
654 stars 170 forks source link

Update CI test matrix #348

Closed wynksaiddestroy closed 5 days ago

wynksaiddestroy commented 2 weeks ago

As #342 seems to got stuck. Here's a new attempt:

ronwsmith commented 2 weeks ago

Thanks for the contribution! I don't think the failures are related but can you take a look and see if you can resolve them?

wynksaiddestroy commented 2 weeks ago

Thanks for the contribution! I don't think the failures are related but can you take a look and see if you can resolve them?

I'm not quite sure how to address this issue properly. It seems that calling

https://github.com/oesmith/puffing-billy/blob/3e5644524709c5fa53d08b2bc2f53804acc1412b/spec/features/examples/intercept_request_spec.rb#L14

will somehow cause the browser to actually visit https://example.com(:443). Thus trying to find the stub will fail. See d831973 for a provisional fix.

ronwsmith commented 2 weeks ago

@wynksaiddestroy I'm good with that fix, thanks! Looks like there are problems running on Ruby head though now.

Can you take a look (or remove head)?

wynksaiddestroy commented 2 weeks ago

@wynksaiddestroy I'm good with that fix, thanks! Looks like there are problems running on Ruby head though now.

Can you take a look (or remove head)?

It's because em-socksify doesn't have base64 as an (explicit) dependency yet. I already created a PR. See igrigorik/em-socksify#25 I propose we'll wait a few days an see whether the PR gets merged soon.

ronwsmith commented 1 week ago

Looks like the other PR was merged but CI here is still failing. Please let me know when I should try again.

wynksaiddestroy commented 6 days ago

Looks like the other PR was merged but CI here is still failing. Please let me know when I should try again.

There's no new version released yet. I just asked the author, if he plans to do it.

wynksaiddestroy commented 5 days ago

@ronwsmith A new version of em-socksify just got released. Could you please try again?

ronwsmith commented 5 days ago

Huzzah, thanks for the contribution!