New updates in Webship-js
Added visual regression testing with Diffy, advanced screenshot capabilities, and unified selectors (CSS + XPath).
Also included new step definitions (follow-link, multi-select, element count, and debugging tools).
Plus, new CLI commands for easier setup and reporting.
Added since Webship-js 2.0.1:
- Added Diffy visual-regression step definitions to webship-js with Playwright screenshot capture and Diffy API integration #252
- Added screenshot step definitions to webship-js — save viewport, fullscreen, sized, and named screenshots with auto-capture on failure and per-step capture via @Screenshots tag #253
- Added an advanced Webship-js unified selectors step definitions: CSS + XPath registries, JSON file loading, 7 viewport breakpoints, relative-position assertions, and Playwright-native web-first helpers #254
- Added follow-link, multi-select additionally, element count, and page/URL debug step definitions to Webship-JS #255
- Added init-webship-js and generate-reports CLI commands; drop required/ folder; make postinstall one-shot #256