Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature suggestion] Add the ability to export a test in Selenium Format #2509

Open
cencio91 opened this issue Jan 5, 2024 · 0 comments
Open

Comments

@cencio91
Copy link

cencio91 commented Jan 5, 2024

As we can import a script from selenium IDE, it would be useful if we also can export a script in Selenium format.

This will improve the maintainability and portability, since at now If we need to maintain the script, there are two ways:

  • Edit the selenium script and import it again: However, in doing so, we lose the test parameters on Cerberus. A potential solution could be the ability to import and override only the script part of the test?!?!
  • Edit the test inside Cerberus testing: But in this way, we lose the recording feature of Selenium IDE. We also introduce a sort of “vendor lock-in”, since a Cerberus test couldn’t be used in another tool as a Selenium test can. This may discourage some users in using cerberus.

I think that with this new feature, Cerberus testing will be suitable as a scheduler and execution tool also for those who are using Selenium in production and just want a nice framework to execute the script.

I'm sorry for my bad english, I mope that the meaning of the post is clear

I wish you an happy new year

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants