zalando / zalenium

A flexible and scalable container based Selenium Grid with video recording, live preview, basic auth & dashboard.
https://opensource.zalando.com/zalenium/
Other
2.39k stars 574 forks source link

Video recording per session rather than per test #1197

Closed dchourasia closed 4 years ago

dchourasia commented 4 years ago

🚀 Feature Proposal

in case when maxTestSessions is more than one, we should be able to have one video recording per session rather than per test

Motivation

This will help us in case when we have too many cases, we will have fewer recordings to manage and search

Example

we can have --videoRecordingForEach "test/session"

diemol commented 4 years ago

@dchourasia no more features are developed, Zalenium is not under development anymore.

However, please check the documentation and look for the feature

Change video recording status while in session

https://opensource.zalando.com/zalenium/ It should show you a way to achieve what you want.