Javascript Testing

Trong JavaScript có 3 loại testing chính gồm:

  • Unit Test

  • Integration Test

  • Functional Test

Các loại testing hay dùng trong JS

1. JEST

JEST sử dụng để testing unit and integration.

Documentation : https://jestjs.io/docs/getting-started

Roadmap JEST:

Jest Roadmap

2. Puppeteer

Puppet có nghĩa là điều khiển con rối

Là công cụ giả lập chrome

Tác dụng : Crawl dữ liệu, test website.

Pupperteer architecture

Kiến trúc của pupperteer:

  • Pupputeer

    • Browser

      • BrowserContext

        • Page

          • Frame

Tài liệu pupperteer:

Last updated

Was this helpful?