jest-runner-playwright-unit
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

jest-runner-playwright-unit

A jest runner that runs unit tests with playwright.

This package is not ready for use. If you want to run tests with playwright, checkout jest-playwright for Jest or karma-playwright-launcher for Karma.

  1. The users test code, for example something.spec.tsx, is compiled into modern javascript with es6 imports.
  2. The compiled test code is run directly in the browser.
  3. The test code imports something. Playwright intercepts the http request and...
    • if it is local, such as import './App.tsx', that new file is compiled to modern javascript and returned.
    • if it is a module, such as import 'react', the parent node process is used to resolve the module. Browserify is used to bundle it, and the bundle is returned.

Dependents (0)

Package Sidebar

Install

npm i jest-runner-playwright-unit

Weekly Downloads

1

Version

0.0.7

License

MIT

Unpacked Size

52.7 kB

Total Files

21

Last publish

Collaborators

  • arjun27
  • joeleinbinder