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

Add more e2e tests #83

Merged
merged 6 commits into from
Oct 18, 2023
Merged

Conversation

nandito
Copy link
Collaborator

@nandito nandito commented Oct 13, 2023

Add e2e tests:

  • check if video is frozen or not by counting frames
  • toggle microphone and camera
  • knock accept/reject
  • send/receive chat messages

Note: The yarn.lock file of the sample-app was previously ignored in the .gitignore, but it is no longer ignored. Therefore, we can now cache it on the CI and make the prepare step a bit faster.

Test plan

  1. Run e2e tests locally => they should pass
  2. It should be green on CI too

@nandito nandito self-assigned this Oct 13, 2023
@nandito nandito force-pushed the nandor/pan-330-add-more-e2e-tests branch 2 times, most recently from 5deecfe to b3f8550 Compare October 16, 2023 10:01
@nandito nandito marked this pull request as ready for review October 16, 2023 10:13
Copy link
Collaborator

@havardholvik havardholvik left a comment

Choose a reason for hiding this comment

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

👍 I still get the same failures locally as previously, but I just assume this is something with my setup

Collect samples by counting the frames and make some stats. Check if the
minimun fps is greater than 1, so the video is not frozen.

This test cannot run in WebKit, as it does not provide any API to count
frames.
Let's try to use 80% of the logical CPU cores.
@nandito nandito force-pushed the nandor/pan-330-add-more-e2e-tests branch from b3f8550 to 022350a Compare October 18, 2023 13:20
@nandito nandito merged commit fdfab49 into development Oct 18, 2023
@nandito nandito deleted the nandor/pan-330-add-more-e2e-tests branch October 18, 2023 13:45
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

Successfully merging this pull request may close these issues.

2 participants