Skip to content

test: enable running test suite against a live deployment #259

Description

@mccutchen

It would be nice to be able to run the test suite against a live deployment of go-httpbin as a way to ensure that the live deployment (and in particular its load balancers, routing layer, etc) behaves correctly with some of the edge case behaviors like incremental writes.

The goal is for something like

make test TARGET_URL=https://httpbingo.org

or

TARGET_URL=https://httpbingo.org go test ./...

to Just Work.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions