-
Notifications
You must be signed in to change notification settings - Fork 27
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
🐛E2E: fixes how videostreaming checked #6569
🐛E2E: fixes how videostreaming checked #6569
Conversation
5a928ec
to
27b8e2a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6569 +/- ##
=========================================
+ Coverage 84.5% 88.1% +3.5%
=========================================
Files 10 1553 +1543
Lines 214 63560 +63346
Branches 25 2078 +2053
=========================================
+ Hits 181 56011 +55830
- Misses 23 7232 +7209
- Partials 10 317 +307
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
packages/pytest-simcore/src/pytest_simcore/helpers/playwright_sim4life.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, thanks for the fix
fa1ff95
to
a71ae27
Compare
a71ae27
to
c69a750
Compare
Quality Gate passedIssues Measures |
What do these changes do?
the code checking the videostreaming was flawed and waiting now 15-20 seconds to check for the latest change in bitrate. If this happens to go faster then the check would wrongly fail.
Now, the test works differently and takes a minimum time to check that the bitrate changed (e.g. 5 seconds), which should usually work.
Related issue/s
How to test
Dev-ops checklist