This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: