ComponentizeJS icon indicating copy to clipboard operation
ComponentizeJS copied to clipboard

Don't use external HTTP servers in integration tests

Open tschneidereit opened this issue 10 months ago • 2 comments

We have intermittent failures in the fetch builtin test caused by failing requests to httpbin.org. We should change to running our own local server instead, so we don't rely on external services.

tschneidereit avatar Mar 21 '25 15:03 tschneidereit

See e.g. the failures in this run

tschneidereit avatar Mar 21 '25 15:03 tschneidereit

This was resolved by https://github.com/bytecodealliance/ComponentizeJS/pull/207

vados-cosmonic avatar May 07 '25 12:05 vados-cosmonic