testcontainers / testcontainers/testcontainers-java
VncRecordingContainer creates an unnecessary delay during video export
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 1.9k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 9
Description
Steps to reproduce:
- Run UI test with Selenium WebBrowser and video recording enabled, save the system time (t0)
- In demo purposes It should be working 10sec or above
- After test will be completed, save the system time (t1)
- Start exporting the video into mp4 or flv
- Save the system time after video export (t2)
Expected result:
Video should have length: t1-t0
Actual result:
Video length is (t2-t0)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating VncRecordingContainer and tracing how Selenium WebBrowser recordings are exported to mp4 or flv. Reproduce the reported timing steps, compare t1-t0 with the exported video length t2-t0, and consider the issue done when the video length matches the test duration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, java
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100