Options

Automated Testing set up for BCsandbox

mysamzamysamza Member Posts: 66
I am trying to set up an envoirnment to start developing test app for the app I developed.

My app was developed on BC on prem (locally, not a docker container) and since all the resources I found on the internet says to use testtoolkit you need a docker bcsandbox. So I pulled the latest image, created a container (while created added includetesttoolkit) it showed as the command was executing the test libraries and app was being published.

Then I go to my VScode, create a new project, add "test" with the right version no. in app.json and connect to this container instance and try downloading symbols hoping the alpackage folder will have test.app as well. What happens is as I try to download the symbol VScode throws me an error saying it could not find the test.app file in alpackage folder. Yes ofcourse because downloading symbols would bring that file. I don't know what am I doing wrong.

Answers

  • Options
    SanderDkSanderDk Member Posts: 497
    Try deleting you files from .alpackage folder and run the command AL: Download symbol.
    What kind of response are you getting from that?
    For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.
Sign In or Register to comment.