I'm having trouble with Selenium screenshots when using pabot to run my tests. They're simply not visible in the HTML log file as seen in the example below (only a dot is appearing) :
The HTML log file is looking for a file named Acceptance.Bills.Sbip2 12020.Sbip2 14252.visibilityOfReferenceNumberInBillModification-selenium-screenshot-1.png, but my screenshots aren't saved using this name when executing with pabot.
Any idea what I'm doing wrong?
1 Answer 1
One possible cause, the file system. Some don't like spaces, while others don't like really long file paths. Your file name alone is 112 characters.
Explore related questions
See similar questions with these tags.