You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When any change is made to my Page Objects or Steps, as I am typing, the rebuild method runs on every character entered by the keyboard... Causing eclipse to crash...
Just typing getDriverProvider().get() brings eclipse to its knees...
We also use the plugin in a bigger project with many steps and get the same problems with the current release. These are the profiling results (for 13 keystrokes).
I've created a pull request for a change that significantly improves the responsiveness of the story editor for projects with large numbers of steps (we were experiencing delays of 1-2 seconds per keystroke for a project with ~600 steps - with this change it's actually usable).
When any change is made to my Page Objects or Steps, as I am typing, the rebuild method runs on every character entered by the keyboard... Causing eclipse to crash...
Just typing getDriverProvider().get() brings eclipse to its knees...
See Images...
Related to Issues filed:
#1
Arnauld/jbehave-eclipse-plugin#57
Arnauld/jbehave-eclipse-plugin#54
The text was updated successfully, but these errors were encountered: