This week brings complete Playwright filter support to Endform. 🎉
Major features & improvements
- Playwright filter support: Support for all Playwright filter options including
--project,--test-list,--only-changed,--no-deps,--shard, and--forbid-only. - Integrated proxy network: Proxy network is now built into the main CLI, eliminating the need for a separate
endform-proxy-networkinstallation. You can safely removeendform-proxy-networkfrom your dependencies.
CLI version updates
Version 0.45.x
- All Playwright filters: Complete support for Playwright’s filter arguments like
--project,--shard,--only-changed, and more - Environment variable destructuring: Support for
const { MY_VAR } = process.envpattern in dependency analysis
Version 0.44.x
- ESM module resolution: Better support for ESM projects that have CJS dependencies.
- More performant report transfers: Reports are now transferred more efficiently, improving how quickly we can finish up suite runs.
Version 0.43.x
- Integrated proxy network: No longer requires separate installation of
endform-proxy-network - Smaller endform cli: Optimized release builds with reduced file sizes
- Playwright
requestAPI support: Playwright’srequestAPI now works correctly through proxies.