-
Notifications
You must be signed in to change notification settings - Fork 43
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
Test recorder is recording according to the old API #1954
Milestone
Comments
Hello @tarjanik, thanks for reporting. Although, we decided to deprecate recorder plugin, we did not see a real value in it as we plan to document and prepare all api usage and show cases in near future. |
Find out if we can remove test recorder and not break the contract in 2018-12, otherwise we would move removal of recorder to 3.0.0. version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The test recorder records steps as:
new ContextMenu("New","Plug-in Project").select();
This is not compatible with the new API, where the constructor public ContextMenu(String... path) is no longer available.
Is it planned to have a a new recorder version? Or some example code for the new API usage?
The text was updated successfully, but these errors were encountered: