ply
ply copied to clipboard
API Automated Testing
Options such as requestFiles, etc should optionally be able to scan symlinks. See npm glob options.
Use one of these (or another package) to format HTML linewise for comparison: https://www.npmjs.com/package/js-beautify https://www.npmjs.com/package/pretty
Options specified when running a case (via CLI args or vs-code settings) should automatically apply to requests run programmatically from within the case. Same goes for runOptions.
Instead of diff_match_patch, maybe use vscode's diff algorithm (as used by [vscode-ply](https://github.com/ply-ct/vscode-ply)). This would avoid any discrepancies when the extension opens a diff editor and applies decorations. To minimize impacts,...