yashdev9274 / yashdev9274/supercli

Set up testing framework for the monorepo

Open
#41 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

infrastructure
Dominant language
TypeScript
Stars
214
Forks
41
Avg merge
2h 26m
Merged PRs (30d)
34

Description

Description

Set up a proper testing framework (Jest, Vitest, or Playwright) for the monorepo with appropriate test configurations for each package and app.

Expected Deliverables

  • Install testing dependencies in root and/or specific packages
  • Create test configuration files (jest.config.js, vitest.config.ts, etc.)
  • Add test scripts to package.json
  • Create at least one example test file to demonstrate the setup

Areas to Consider

  • Unit tests for packages/db (Prisma client)
  • Unit tests for packages/auth (authentication logic)
  • Component tests for apps/web
  • E2E testing for critical user flows

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the monorepo's root and package-level package.json files, then review packages/db, packages/auth, and apps/web to determine their testing needs. Choose and configure an appropriate testing framework, add the requested test scripts and configuration files, and create at least one example test demonstrating that the setup runs.

Written by the indexing model from the issue text.

Assessment

Tech stack
playwright, typescript
Domain
build-system, testing-qa
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.