I have added the browserstack variables to my msttest test scripts.
We have the build being done and published in the pipeline. I added the browserstack configuration to it:
inputs:
BrowserStackServiceEndPoint: 'BrowserStack Remote Service Connection'
browserstackLocal: true
I added the five Browserstack variables into this pipeline (ACCESS_KEY, BUILD_NAME, LOCAL, LOCAL_IDENTIFER, USERNAME)
I then, also tried to add the configuration and the test results to the release..for running the tests before we move our code from dev to test. I also put these variables into the Variable section. I left these blank, assuming that the code/processes take it from the program/pipeline/release. If I am wrong on this, please let me know.
When I run the tests, I am trying to see the test results in azure devops, but it is not, I am getting the following error message. I am wondering what I am missing.
2022-09-06T15:39:20.8257875Z ##[error] Build not found by name: "azure-Test-Scheduled Automated Testing-1300

