You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test filtering enhancements: now you can select multiple test statuses to show – Success, Error, Failed, Skipped. The "Show skipped" button has been removed (#439).
⚙️ Infrastructure
Use looks-same directly instead of via gemini-core wrapper (#438).
move packages used in static bundle from deps to devDeps: immer, react-hotkeys, react-html-parser, react-markdown, reduce-reducers, reselect, web-vitals
Added the TEST_SCREENSHOTS_SAVED event which gets emitted once test's screenshots have been saved. Useful if you need to wait until screenshots are saved on the filesystem or S3 storage.
fix problem with endlessly restarting tests in gui mode. The problem was in route /run which waits for completion all tests. As a result the response hang and browser restarts request by timeout.