Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with multiple tabs #19

Open
furans0wa opened this issue Sep 23, 2020 · 0 comments
Open

Problem with multiple tabs #19

furans0wa opened this issue Sep 23, 2020 · 0 comments

Comments

@furans0wa
Copy link

Hi,

I am getting the following error when trying to view the details of a run

image

There are 4 steps involved in the build

  1. Run a specific suite of protractor tests --- No test error
  2. Publish report of step 1 in first tab
  3. Run another specific suite of protractor tests -- 2 test errors, generates screenshots of failed tests
  4. 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:

contentJSON.find((x) => x.screenShotFile.includes(screenshot.name))

Can you help with this?
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant