5.2.0 • Published 3 months ago

@ns3/nx-jest-playwright v5.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

NX Jest Playwright

A plugin to run jest-playwright e2e tests in nx monorepo. It works similarly to cypress runner in a sense that you can pass either devServerTarget or baseUrl.

⚠️ Deprecation Notice ⚠️

Just like jest-playwright-preset we recommend the official Playwright test-runner (@playwright/test) via @ns3/nx-playwright.

We will continue to support this package as long as it remains compatible with @nx/jest package and jest-playwright-preset is supported.

Install

npm i -D @ns3/nx-jest-playwright

Generate

nx generate @ns3/nx-jest-playwright:project my-desktop-e2e --project my-destkop

Providing project flag will generate a config that targets this frontend application.

Run project

nx run my-desktop-e2e:e2e

You may use flag specified for that runner. Most notable:

  • --watch
  • --slowMo 1000 - so that you can see what is happening.
  • --headless false - will start browser.
  • --devtools - just like headless but will also open devtools (works only in chrome).
5.2.0

3 months ago

5.1.0

5 months ago

4.4.0

8 months ago

5.0.0

8 months ago

4.5.1

8 months ago

4.3.0

9 months ago

4.2.0

1 year ago

3.8.0

1 year ago

4.0.0

1 year ago

4.1.0

1 year ago

3.6.0

1 year ago

3.5.0

1 year ago

3.4.0

1 year ago

3.4.1

1 year ago

3.2.2

1 year ago

3.3.0

1 year ago

3.2.1

2 years ago

3.2.0

2 years ago

3.1.2

2 years ago

3.1.0

2 years ago

3.0.0

2 years ago

2.6.1

2 years ago

2.6.0

2 years ago

2.5.3

2 years ago

2.4.0

2 years ago

2.3.0

2 years ago

2.2.0

2 years ago

2.0.0

2 years ago

1.4.0

2 years ago

1.3.1

3 years ago

1.2.0

3 years ago

1.3.0

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

1.1.2

3 years ago

0.8.0

3 years ago

0.7.1

3 years ago

0.7.0

3 years ago

0.6.4

3 years ago

0.6.2

3 years ago

0.5.0

3 years ago

0.3.1

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.4.2

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago