Open emgood opened 4 years ago
@emgood
You may try out zalenium - https://opensource.zalando.com/zalenium/
hey thx for the response, Did u try it? Is there a simple way, something like an Npm package?
The simplest and best is Selenoid https://aerokube.com/selenoid/latest/#_video_recording Telegram channel https://t.me/aerokube
hey thx for the response, Did u try it? Is there a simple way, something like an Npm package? yes .. have tried.. Zalenium is a container(docker) based Selenium Grid. You just need to start the server and use the url as your selenium server url.
Feature Request: recording videos - protractor-cucumber-framework
We are using "protractor-cucumber-framework" for our E2E tests which run on CI env.
For debugging and Q&A purpose, we are looking for a way to record our E2E tests, so we can watch them later.
I saw a previous post mention to use "protractor-video-reporter", but it seems to work only with Jasmine. see: https://stackoverflow.com/questions/38860261/recording-videos-of-protractor-e2e-tests
Is it possible to use this tool (or any other) to achieve it on Cucumber framework.
thanks,