Javascript Testing
Trong JavaScript có 3 loại testing chính gồm:
Unit Test
Integration Test
Functional Test

1. JEST
JEST sử dụng để testing unit and integration.
Documentation : https://jestjs.io/docs/getting-started
Roadmap JEST:

2. Puppeteer

Là công cụ giả lập chrome
Tác dụng : Crawl dữ liệu, test website.

Kiến trúc của pupperteer:
Pupputeer
Browser
BrowserContext
Page
Frame
Tài liệu pupperteer:
Last updated
Was this helpful?