1.6.0 (2025-03-02)
Bug Fixes
- commands: update SetValuesCommand to use dynamic name for VirtualStorer (2816e22)
- counter: fix root element selector handling in Counter command (75ca8af)
- docker: rename DEV_NDEXER to DEV_INDEXER in development configuration (32fddd9)
- env: rename environment variables for development configuration (ce250e4)
- GetValues: remove unused logger import (8cc0c12)
- logger: align logger data output with consistent spacing (ce8beeb)
- logging: include page URL in logger data for AssertGroup, Click, GoToPage, Print, RunScenario commands (1a32e4a)
- logging: include page URL in logger data for Counter and GetValues commands (c84722a)
- prettierrc: increase print width from 120 to 140 (f91f51b)
- print: remove page URL from logger data in Print command execution (a75f7c7)
- print: simplify logging in Print command by directly rendering value (e89439a)
- SetValuesCommand: enable logging of values being set with page URL context (a8d9719)
- worker: enhance dev mode checks and improve image folder cleanup (6ccb354)
Features
- print: add Print command to log rendered values (6daebf3)