Endform logo

All Playwright filters supported

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-network installation. You can safely remove endform-proxy-network from 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.env pattern 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 request API support: Playwright’s request API now works correctly through proxies.