
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
@ns3/nx-jest-playwright
Advanced tools
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`.
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
.
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.
npm i -D @ns3/nx-jest-playwright
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.
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).FAQs
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`.
The npm package @ns3/nx-jest-playwright receives a total of 487 weekly downloads. As such, @ns3/nx-jest-playwright popularity was classified as not popular.
We found that @ns3/nx-jest-playwright demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.