Intellij-Plugin
Intellij-Plugin copied to clipboard
Identify steps that duplicate behavior
Identify and suggest fixes for duplicate steps
While authoring Specifications the IDE must suggest steps that might have duplicates and allow the tester to easily refer these steps and use them instead.
Statically analyze the specification file
Display a warning when there are other steps that are similar in intent to the current step.
Provide fix options
Display intention actions to navigate or view duplicate code
Navigate to the duplicate specification
Navigate to the specification file that has similar steps so that the step can be referred.
List possible duplicates
Dock the duplicate step's specfication file as well as preview the implementation for reference.