selenium-ide icon indicating copy to clipboard operation
selenium-ide copied to clipboard

Allow user to pass filename for saving side runner output results

Open harshitpeer-ekahal opened this issue 2 years ago • 0 comments

🚀 Feature Proposal

Allow the user to provide a filename as well, which can be used to save results with file name provided in the command

Motivation

While running multiple tests simultaneously, saving the results with specific filenames helps us to identify the results file better.

Example

selenium-side-runner --output-directory=results --output-file=website1
# Outputs results in `jest` format in `./results/website1.json'

harshitpeer-ekahal avatar Dec 05 '23 03:12 harshitpeer-ekahal