Terra WDIO HelperA VSCode extension to help with analyzing test results, specifically screenshots captured by the terra-toolkit WDIO utility. This extension is aimed at making traversing through screenshots generated by WDIO tests easier and more efficient. The default directory structure generated by WDIO is annoying to traverse every time you want to view screenshots and even more annoying if you want to see the same screenshot across different locales and form factors and even more more annoying if you want to manipulate screenshots (delete, copy, etc.). This extension aims to simplify the process of viewing and editing WDIO screenshots in the hopes of preserving engineer sanity. Features
Extension SettingsThis extension contributes the following settings:
InstallationTerra WDIO Helper can be installed from the VSCode extension marketplace from within the editor itself or from here: https://marketplace.visualstudio.com/items?itemName=juzerzarif.terra-wdio-helper. Report BugsIf and when you find bugs in the extension, please log an issue to this repository with a detailed description, a snapshot of the filesystem, and steps to reproduce. If the bug is with the webview, logging any console messages present in the webview browser console is also appreciated (webview console can be accessed by pressing Ctrl+Shift+P and searching RequirementsMust utilize terra-toolkit's WDIO utility and configuration to provide the snapshot directory structure expected by the extension. Minimum required version of VSCode: 1.38.0 |