Scanning repositories
To scan your repository, follow these steps:
- Click on the 'Start scanning' button in the project.
- You will be prompted to select the branches for your repository before the scanning starts. You will see two dropdowns, for master and development branches of your repository.
- Your master branch is the branch that gets pushed to production as a new version of the application. The development branch is the branch that the development team maintains ahead of production while working. Choose the appropriate branches from the dropdowns and click on the 'Save' button.
- Quash will now scan your branches to build context of your application. This context will later be used to identify the impacted areas of your application with every new piece of code, and to generate accurate test cases.
- You will see the progress of your scanning on the same page. Once completed, you will be prompted to configure the project.