It worked! Thanks.
Cannot run tests in azure pipeline after pro upgrade
Check the docs before asking a question: https://abp.io/docs/latest
Check the samples to see the basic tasks: https://abp.io/docs/latest/samples
The exact solution to your question may have been answered before, and please first use the search on the homepage.
Provide us with the following info:
🧐 Hint: If you are using the ABP Studio, you can see all the information about your solution from the configuration window, which opens when you right-click on the solution and click on the Solution Configuration
button.
Starting test execution, please wait... A total of 1 test files matched the specified pattern. The active test run was aborted. Reason: Test host process crashed Results File: /home/vsts/work/_temp/_fv-az630-789_2025-02-06_14_50_52.trx
Test Run Aborted.
I just finished upgrading our ABP project to the pro version of the framework. Locally when I ran our application integration tests they would simply crash with no error message given. After much debugging I discovered that this was due to not having the license key in the TestBase project. Upon adding the license key the tests started running correctly. Now when I run our tests in our Azure DevOps pipeline I get the same issue.
So my question is, how can I run the integration tests in an Azure DevOps pipeline when pro modules are installed?