SeleniumHQ / selenium-ide

Open Source record and playback test automation for the web.
https://selenium.dev/selenium-ide/
Apache License 2.0
2.73k stars 740 forks source link

Allow user to pass filename for saving side runner output results #1738

Open harshitpeer-ekahal opened 7 months ago

harshitpeer-ekahal commented 7 months ago

🚀 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'