-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomers💻 Code🔢 Points: 1Difficulty: EasiestDifficulty: Easiest
Description
Description
Add an end-to-end (E2E) test for the React template.
This will ensure the CLI can correctly scaffold a React project and that the generated project behaves as expected.
You can follow the official contribution guide here:
How to add a new end-to-end test for templates
Acceptance Criteria
- The test should verify that the React template appears in the CLI options.
- The test should generate a project using the React template.
- The generated project should run successfully and render the expected initial view (including
stylesandenchilada-js-logo.svg). - The test should pass in CI.
Notes
- Look at existing E2E tests for other templates as a reference.
- Keep the test minimal but robust.
- Consistency across template tests is important (e.g. naming, assertions).
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers💻 Code🔢 Points: 1Difficulty: EasiestDifficulty: Easiest