jimmymcp / al-test-runner

VS Code Extension to help run AL tests against Business Central container
https://jpearson.blog/al-test-runner-for-visual-studio-code/
MIT License
12 stars 16 forks source link

Undefined test procedure status after successful run #103

Open vengo2021 opened 1 year ago

vengo2021 commented 1 year ago

Hello, test procedure shows error and undefined status after successful test run on docker. image

jimmymcp commented 1 year ago

Hi,

It is due to the quotes in the method name. If you remove the spaces and the quotes from the name I think you will find that it works.

Cheers, James

vengo2021 commented 1 year ago

Hi, it helped for the first test procedure. Others remained undefined after test re-run.

image