Product
Changelog
Full Progon changelog — all releases, newest first.
- 1.4.0
Version 1.4.0 is the main AI capabilities release. For the first time, Progon lets you verify test results without writing code: just describe what should be on the page, and AI takes care of the rest.
Added- AI result assertions: describe the expected outcome in plain language, AI compares it against the real page after playback.
- CDP API traffic capture: network requests from a recording session are automatically turned into API steps in the scenario.
- AI checklist generation: one click creates a ready-to-use checklist for any scenario.
Changed- AI assistant panel redesigned: quick access to generation, assertions, and checklists from one place.
Fixed- Fixed side panel getting stuck on tab reload with an active scenario.
- Steps targeting elements inside Shadow DOM now replay correctly in fully automatic mode.
- 1.3.0
Version 1.3.0 focuses on manual testing: Progon now assists not only those who want full automation, but also those who prefer to perform steps themselves, delegating only result detection to the system.
Added- Manual playback mode: the user performs actions, the system detects and records the result in real time.
- Custom fields for scenarios: add arbitrary metadata — status, priority, assignee — and filter by them.
Changed- Selector self-healing reworked: fewer false positives on pages with dynamic class names.
Fixed- The Run button in a test run is now immediately active after the previous run completes.
Removed- Removed the legacy Selenium XML export (replacement: the built-in API export).