1 comment (1 comment)1 reaction (1 reaction)0 assignees (0 assignees)HTML3.749 stars (3.749 stars)64 forks (64 forks)batch import
good first issue
Description
It would be great to setup some basic e2e tests for this lib.
Guia do colaborador
- Pilha de tecnologia
- javascripttypescriptreactplaywright
- Domain
- testingfrontend
- Tipo Issue
- test
- 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.
- 1-3 hours
- Status da atividadeQuão disponível o issue aparece agora: novo, ativo, obsoleto, bloqueado ou aguardando entrada do mantenedor.
- fresh
- ClarityCom que clareza o issue explica a mudança esperada, os critérios de aceitação e a próxima etapa.
- clear
- Prerequisites
- Basic React knowledgeUnderstanding of testing concepts
- Simpatia para novatosUma pontuação de 1 a 100 que estima o quão acessível este issue é para colaboradores iniciantes.
- 70
- Direção de pesquisa
- The issue requests adding basic e2e tests using Playwright. First, examine the current project structure for any existing test configuration (e.g., jest or cypress). Since this is a React component, set up Playwright with a config file (playwright.config.ts) and write a simple test that verifies the component renders and functions correctly. Refer to Playwright's documentation for React testing and ensure tests run in CI (e.g., GitHub Actions).