Closed pamelafracalossi closed 4 years ago
Hey 👋
There is most probably mismatch between directories.
I see that in script your working directory is $(Build. SourcesDirectory)/automacao
but in the report publish task you are using $(System.DefaultWorkingDirectory)/protractor
.
According to documentation Both variables should resolve to the same value, for example c:\agent_work\1\s
Plase make sure that the path are correct, to validate please run your build with system.debug
variable set to true.
@maciejmaciejewski thank you very much. I changed my working directory and the problem was solved. I will leave it below a final configuration in case someone needs it in the future.
YAML setup:
Protractor conf:
Azure Result:
What am I doing wrong?