I have run into an issue where I am trying to launch many tests at once(using html suites) they launch find, but the issue comes in when selenium is taking the screenshots that are in the html tests since the location of the screenshots is hardcoded I can not automatically create a new folder on the fly for the screenshots so that the next test does not over write the screenshots. How do you guys handle running many tests while capturing screenshots for the scripts and storing them?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Either store them in a different location or store them in the same location with a different name for each run.
|
|||
|
|