0 Kommentare (0 Kommentare)0 Reaktionen (0 Reaktionen)0 zugewiesene Personen (0 zugewiesene Personen)JavaScript296 Stars (296 Stars)26 Forks (26 Forks)user submission
help wanted
Beschreibung
Contributor Guide
- Tech Stack
- vuejavascriptcypress
- Domain
- testingcli
- Issue Type
- feature
- SchwierigkeitGeschätzte Implementierungsschwierigkeit für neue Contributors, von 1 für sehr kleine Änderungen bis 5 für Expertenarbeit.
- 3
- Geschätzte ZeitEin grober Zeitrahmen, um zu recherchieren, zu implementieren, zu testen und einen Pull Request vorzubereiten.
- half day
- AktivitätsstatusWie verfügbar das Issue gerade wirkt: frisch, aktiv, stale, blockiert oder wartet auf Maintainer-Input.
- stale
- KlarheitWie klar das Issue die erwartete Änderung, Akzeptanzkriterien und den nächsten Schritt erklärt.
- unclear
- Voraussetzungen
- familiarity with Vuebasic knowledge of Cypress
- EinsteigerfreundlichkeitEin Score von 1 bis 100, der schätzt, wie zugänglich dieses Issue für First-Time Contributors ist.
- 25
- Research-Richtung
- The issue is a vague request to integrate Cypress for e2e testing, with no specific implementation details. The repository is a CLI tool for creating Vue apps (vue land/create vue app). To proceed, a contributor should first seek clarification from maintainers on what exactly is expected (e.g., adding Cypress as an optional dependency, generating test files, etc.). They could examine the existing codebase for how other features are integrated, such as the addition of testing utilities. The templates and setup questions are likely defined in the project's source files. Another approach is to look at similar scaffolding tools like create react app for how they handle Cypress integration. After clarifying the scope, the contributor can implement the feature incrementally, starting with a basic configuration.