Skip to content

Setup Fixture Generation Infrastructure

Set up the basic tooling and structure for fixture generation

Tasks

  • Install dependencies (json-schema-faker, openapi-sampler, yaml)
  • Create scripts/ directory structure
  • Download GitLab OpenAPI spec
  • Create basic fixture generation script skeleton
  • Setup tests/fixtures/ directory structure

Acceptance Criteria

  • Script can parse GitLab OpenAPI spec
  • Basic fixture generation works for one endpoint
  • Directory structure established

Dependencies

None - this is the foundation task

Estimate

2-3 hours