Expand description
Gleam e2e test generator using gleeunit/should.
Generates packages/gleam/test/<crate>_test.gleam files from JSON fixtures.
HTTP fixtures hit the mock server at MOCK_SERVER_URL/fixtures/<id> using
the gleam_httpc HTTP client library. Non-HTTP fixtures without a gleam-specific
call override emit a skip stub.
Structsยง
- Gleam
E2eCodegen - Gleam e2e code generator.