Uploaded image for project: 'Community Edition'
  1. Community Edition
  2. MGNLCE-127

Implement test recording functionality

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Neutral Neutral
    • 5.5.10, 5.6.2
    • None
    • None
    • None
    • 5

      Selenium Node Docker images come with a VNC server onboard so that we can connect to a running browser container and take a look at what is going on in it.

      However, it would be handy to be able to save the recordings of the tests (the failed ones in the first place!). And TestContainers library provides the functionality for exactly that! The companion container can be executed together with a test run and record everything that is happening on the browser node during a test case execution.

      However, the TestContainers' solution is meant for standalone Selenium deployments: recorder knows that on p 5900 there's a VNC Grid chooses a random worker to run the test our of all available - the recorder does not know where to connect.

        Acceptance criteria

              apchelintcev Aleksandr Pchelintcev
              apchelintcev Aleksandr Pchelintcev
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoR