Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

feat: integration tests for nestjs generator

Aperta
#116 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
35/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
node.js
Ambito
ci-cd, cli, testing-qa

Direzione di ricerca

Inizia da test/README.md e dai test di integrazione esistenti per seguire il modello documentato per il generatore NestJS. Crea lo scheletro del progetto NestJS minimo, genera il client, verifica la compilazione, l'integrazione del modulo e la valutazione di flag di esempio, quindi conferma che il test venga eseguito in CI e aggiorna la documentazione se necessario.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

good first issue help wanted

feat: integration tests for nestjs generator

Description

We have introduced a standardized integration testing pattern to validate that generated feature flag clients are both compilable and usable within their intended language or framework ecosystems. The NestJS generator currently does not have integration test coverage.

We should add integration tests for the NestJS generator using the structure and methodology described in the CLI's testing documentation.

📄 Relevant Documentation:
Integration Testing Pattern


Tasks
  • Scaffold a minimal NestJS test project (e.g., using @nestjs/cli)
  • Use the NestJS generator to produce a feature flag client
  • Validate that the generated code builds, integrates into a NestJS module, and executes a sample flag evaluation
  • Add this test to the integration test suite and ensure it runs in CI
  • Update test documentation if any NestJS-specific considerations arise

Acceptance Criteria
  • ✅ NestJS generator is covered by at least one integration test
  • ✅ Generated NestJS client compiles and integrates into a real app
  • ✅ Integration test runs automatically in CI
  • ✅ Test conforms to the documented integration testing pattern

Additional Notes

This test will help prevent regressions and ensure confidence that the NestJS generator produces valid, working clients suitable for real-world usage.

Lingua principale
Go
Stelle
63
Fork
22
Merge medio
1h 27m
PR unite (30g)
19

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di open-feature/cli

Tutte le issue di open-feature/cli

Issue simili

Altre issue su Go

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.