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
11 stars 16 forks source link

Having two .altestrunner folders in the project causes PowerShell error #107

Closed jimmymcp closed 1 year ago

jimmymcp commented 1 year ago

Get-ALTestRunnerConfigPath returns multiple values, which blows Get-ValueFromALTestRunnerConfig's mind

Need to either return a meaningful error of some description or somehow decide which .altestrunner folder we want to use.