Skip to content

Plugin for custom reporting when running tests on remote desktop. #28178

Discussion options

You must be logged in to vote

You can use the Allure reporting plugin to get custom reports.

For more details about the Allure plug in please refer to this link:
https://www.npmjs.com/package/@shelex/cypress-allure-plugin

Since you are running it on a remotely hosted machine please note that you would have to configure the Allure report in config file and the downloads property should not be within the package_config_options property. Instead it should directly come under run_settings . So your remoteDesktop.json file should look like this same code snippet.

{ ... "run_settings": { ... "downloads": ["./results", "./allure-results"], "package_config_options": { "cypress-cucumber-preprocessor": { "nonGlobalStepDefinitio…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by noSpamsPlease
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants