Rename your organization, get clearer feedback when the CLI overrides your browser configuration, and detect when your tests are running on Endform.
What’s new
- Rename your organization: You can now change your organization name from the settings page in the dashboard.
- Clearer browser override warnings: When Endform overrides non-Chromium browsers to run on Chromium, the CLI now tells you exactly which projects are affected and what browser they had configured, so there are no surprises.
- Know when you’re running inside Endform: The
ENDFORM=trueenvironment variable is now automatically available in your tests, setup/teardown files and playwright config. Use it to conditionally change behavior specifically when running on Endform.
