microsoft / ALAppExtensions

Repository for collaboration on Microsoft AL application add-on and localization extensions for Microsoft Dynamics 365 Business Central.
MIT License
792 stars 622 forks source link

Salesperson API #27664

Open miljance opened 5 days ago

miljance commented 5 days ago

Summary

A new API page for Salespeople/Purchasers I created the tests in a similar manner that I found suitable for Locations, but I did not manage to run the test. Thus, looking forward to the feedback if tests do pass in Microsoft Pipelines or how to test those calls in a container. Currently I do not have a clue how to do it.

Work Item(s)

Fixes #26806

Fixes AB#541735

onbuyuka commented 5 days ago

For tests, you need to use Isolation Disabled test runner codeunit to run them in a container

miljance commented 1 day ago

For tests, you need to use Isolation Disabled test runner codeunit to run them in a container

Feedback integrated into the change. I have used the "Test Runner - Isol. Disabled" codeunit as TestRunner but the problem I have is that I do not know how to run the automated tests that are counting on the fact that the Webservices should work in a container.

image