xjsender / haoide

Stop upgrade, most of features were delivered in https://github.com/xjsender/haoide-vscode
MIT License
199 stars 46 forks source link

Fixed bug #128: HTTP method 'GET' not allowed on Run Sync Test #186

Closed rspurrell closed 5 years ago

rspurrell commented 5 years ago

Run Sync Test now executes an HTTP POST rather than a GET.

Executing Run Sync Test when one or more test method names are selected will now run apex tests for those methods only. This is useful when only the coverage for the specific tests are desired. If no test methods are selected all tests within the test class are run.