kriogenia / rede

CLI tool to run and configure suites of HTTP requests defined in readable files
http://rede.sotoestevez.dev/
Apache License 2.0
1 stars 3 forks source link

Set up an httpbin for integreation tests #54

Open kriogenia opened 3 weeks ago

kriogenia commented 3 weeks ago

Right now the integration test are only run locally as they are run against a locally developed server. httpbin should serve us to test the majority of integration cases or all. The plan is to set-up in the make recipe the startup of the httpbin docker container and create a new GitHub Action that could run these test on bin prs.