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.
Contributor guide
- Tech stack
- javascripttypescriptreactplaywright
- Domain
- testingfrontend
- Issue type
- test
- 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.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Basic React knowledgeUnderstanding of testing concepts
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 70
- Research direction
- 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).