I am getting the following error when trying to view the details of a run
There are 4 steps involved in the build
Run a specific suite of protractor tests --- No test error
Publish report of step 1 in first tab
Run another specific suite of protractor tests -- 2 test errors, generates screenshots of failed tests
Publish report of step 3 in second tab
The test results are produced in different folders. The second tab works fine, but the first tab doesn't because all items doesn't have the screenshotShotFile property. Looking at the console, it fails there:
Hi,
I am getting the following error when trying to view the details of a run
There are 4 steps involved in the build
The test results are produced in different folders. The second tab works fine, but the first tab doesn't because all items doesn't have the screenshotShotFile property. Looking at the console, it fails there:
contentJSON.find((x) => x.screenShotFile.includes(screenshot.name))
Can you help with this? Thanks!