CSE115-project / nextjs-ff

0 stars 1 forks source link

Look into testing frameworks #44

Open kainoabrabo opened 11 months ago

kainoabrabo commented 11 months ago

Next.js testing, Jest -> JS testing framework,

echen70 commented 11 months ago

Nextjs testing options:

Cypress (End-to-End and Component testing) Playwright (End-to-End and Integration testing) Jest and React Testing Library (Unit testing)

Nextjs setup guide

ksutjipt commented 11 months ago

Enzyme (React components testing) Puppeteer (Server-rendered react testing)