Adding a performance test app to your repository
AL-Go for GitHub also supports the creation of a performance test app in an extension’s repository. To do that, follow these steps:
- In your repository under the Actions menu, select Create a new performance test app and click Run workflow. Specify Name and Publisher, and click the Run workflow button again:
Figure 15.41: Creating a performance test app
- Inspect the Pull request and merge it.
- When the CI/CD workflow is finished, you will see that performance tests are executed and the results are published as build artifacts. You can control the execution of performance tests by setting the doNotRunBcptTests parameter in the
.github\AL-Go-Settings.json
file:"doNotRunBcptTests": false