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
Guia do colaborador
- Pilha de tecnologia
- vuejavascriptcypress
- Domain
- testingcli
- Tipo Issue
- feature
- DifficultyDificuldade de implementação estimada para um novo contribuidor, de 1 para alterações muito pequenas a 5 para trabalho de nível especializado.
- 3
- Tempo estimadoUm intervalo de tempo aproximado para um colaborador experiente investigar, implementar, testar e preparar um pull request.
- half day
- Status da atividadeQuão disponível o issue aparece agora: novo, ativo, obsoleto, bloqueado ou aguardando entrada do mantenedor.
- stale
- ClarityCom que clareza o issue explica a mudança esperada, os critérios de aceitação e a próxima etapa.
- unclear
- Prerequisites
- familiarity with Vuebasic knowledge of Cypress
- Simpatia para novatosUma pontuação de 1 a 100 que estima o quão acessível este issue é para colaboradores iniciantes.
- 25
- Direção de pesquisa
- 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.