angular / protractor

E2E test framework for Angular apps
http://www.protractortest.org
MIT License
8.75k stars 2.31k forks source link

recording videos - protractor-cucumber-framework #5379

Open emgood opened 4 years ago

emgood commented 4 years ago

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,

Jayasankar-m commented 4 years ago

@emgood
You may try out zalenium - https://opensource.zalando.com/zalenium/

emgood commented 4 years ago

hey thx for the response, Did u try it? Is there a simple way, something like an Npm package?

tymfear commented 4 years ago

The simplest and best is Selenoid https://aerokube.com/selenoid/latest/#_video_recording Telegram channel https://t.me/aerokube

Jayasankar-m commented 4 years ago

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.