0

DESCRIPTION

While running test cases using selenoid, the selenoi-ui olny shows the current sessions. As soon as the sessions are completed, it removes sessions data from dashboard.

QUESTION

Is there any way to show old run results in dashboard?

Ani Saghatelyan
  • 71
  • 1
  • 1
  • 4

2 Answers2

1

Selenoid is only showing currently running Selenium sessions and there is no way to somehow visualize previous ones. In order to store information about already executed test cases you are expected to use test execution report, e.g. Allure.

vania-pooh
  • 2,933
  • 4
  • 24
  • 42
0

Selenoid-ui does not have any long-term storage. But you can try to setup monitoring if needed:

https://github.com/aerokube/selenoid-grafana-example

Xotabu4
  • 3,063
  • 17
  • 29