testcontainers / testcontainers/testcontainers-java

VncRecordingContainer creates an unnecessary delay during video export

Open
#5,268 3 comments 0 reactions 0 assignees View on GitHub

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:

  1. Run UI test with Selenium WebBrowser and video recording enabled, save the system time (t0)
  2. In demo purposes It should be working 10sec or above
  3. After test will be completed, save the system time (t1)
  4. Start exporting the video into mp4 or flv
  5. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.