0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript296 stars (296 stars)26 forks (26 forks)user submission
help wanted
Description
Contributor guide
- Tech stack
- vuejavascriptcypress
- Domain
- testingcli
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- familiarity with Vuebasic knowledge of Cypress
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 25
- Research direction
- 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.