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

test: Screenshots on failure should only be done on the last retry for ios #7168

Merged
merged 9 commits into from
Sep 8, 2023

Conversation

SamuelSalas
Copy link
Member

Description
To improve the efficiency of test runs and reduce execution time, enabling concurrency within the tests can be beneficial. At this moment, the ios test are executed against two Simulators. However, screenshots are being generated and copied for failing scenarios that are passing in the retries. This can generate confusions to members of the team when seen that the build passed and you can download the screenshots from failing scripts.

Screenshots/Recordings

If applicable, add screenshots and/or recordings to visualize the before and after of your change

Issue

fixes #???

Checklist

  • There is a related GitHub issue
  • Tests are included if applicable
  • Any added code is fully documented

@codecov-commenter
Copy link

codecov-commenter commented Sep 7, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (808e647) 32.94% compared to head (d4aaea2) 32.94%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7168   +/-   ##
=======================================
  Coverage   32.94%   32.94%           
=======================================
  Files        1005     1005           
  Lines       32642    32642           
  Branches     8383     8383           
=======================================
  Hits        10755    10755           
  Misses      21887    21887           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sonarcloud
Copy link

sonarcloud bot commented Sep 8, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link
Member

@cortisiko cortisiko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 🎉 🎉 🎉

@SamuelSalas SamuelSalas merged commit 4bf460e into main Sep 8, 2023
23 of 24 checks passed
@SamuelSalas SamuelSalas deleted the test/7083-e2e-screenshots-retry branch September 8, 2023 21:15
@github-actions github-actions bot locked and limited conversation to collaborators Sep 8, 2023
@metamaskbot metamaskbot added the release-7.8.0 Issue or pull request that will be included in release 7.8.0 label Sep 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
release-7.8.0 Issue or pull request that will be included in release 7.8.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[E2E] Screenshots on failure should only be done on the last retry
4 participants