This week brings Playwright 1.56 compatibility to endform.
Major features & improvements
- Playwright 1.56 support: Endform now fully supports Playwright 1.56, ensuring you can use the latest features and improvements from Playwright’s newest release.
CLI version updates
Version 0.41.x
- Improved symbolic link handling: Projects with multiple major versions of the same nested dependency now work correctly.
- Better dry-run accuracy: The
--dry-run
flag now creates dependency zips that more closely match what would actually be uploaded to Endform, giving you more accurate previews before running tests - Smarter optional dependency handling: The CLI now only downloads optional dependencies that are OS or architecture-specific (like native binaries), avoiding unnecessary re-downloads of JavaScript-based optional dependencies that already exist in node_modules
- Enhanced package.json resolution: Switched to using OXC’s native package.json positioning instead of custom resolution logic, improving reliability for complex project structures