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
remoteReportersconfiguration option inendform.jsoncallows 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
waitpattern inwebServerconfiguration. - Credentials file migration: CLI credentials are now stored in
$HOME/.config/endforminstead of the previous location, following standard conventions for CLI tools.