ply icon indicating copy to clipboard operation
ply copied to clipboard

API Automated Testing

Results 25 ply issues
Sort by recently updated
recently updated
newest added

Options such as requestFiles, etc should optionally be able to scan symlinks. See npm glob options.

enhancement
help wanted

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

enhancement

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.

bug

For requests and values (and workflows when available).

enhancement

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,...

enhancement