Endform logo

Last Endform goodies of 2025

We’ve released our GitHub App! And a few more last goodies before the holidays.

Major features & improvements

  • GitHub App public release: The GitHub App integration is now publicly available in settings, making it easier to integrate Endform with your GitHub repositories without creating an API key. We’ve also redesigned the onboarding flow to guide you through setting up the GitHub App for your projects.

CLI version updates

Version 0.47.x

  • Remote reporters: New remoteReporters configuration option in endform.jsonc allows you to specify custom Playwright reporters that should run exclusively on remote runners instead of locally. More details in the documentation.
  • Playwright 1.57 support: Added support for Playwright 1.57, including the new wait pattern in webServer configuration.
  • Credentials file migration: CLI credentials are now stored in $HOME/.config/endform instead of the previous location, following standard conventions for CLI tools.