Working with VSCode Extension
Last updated
Last updated
Create a pre-validation request to commit from your local version control repository.
While submitting the pre-validation request, you may choose the below criteria as pre-checks:
Generate Diff Report
Run Static code analysis
Validate deployment
AutoRABIT compares the metadata between the source org and the destination branch and generates a metadata difference report. The diff report shows a summary of metadata components differences between the org and the branch.
Static code analysis will detect data flow problems, software defects, language implementation errors, inconsistencies, dangerous usage, coding standard violations, and security vulnerabilities if any.
AutoRABIT performs a check-only deployment to your selected org/branch. Nothing will be deployed however if anything goes wrong - for example, the deployment fails, or tests do not pass - we will show you exactly what happened, so you can fix it.
This will allow you to commit the code once the pre-validation request is approved.
This extension will also allow developers to run builds once the code is committed. Different quick actions such as Quick Deploy, or Abort are associated to each build.
This extension will allow viewing results for pre-validations, builds, and deployments.