farhan5248 / sheep-dog-tools

Eclipse and Maven plug-ins to help manual testers support developers adopting bdd and tdd using lean principles and model based testing
GNU General Public License v3.0
0 stars 0 forks source link

Add Xtext code assist features #171

Closed farhan5248 closed 2 months ago

farhan5248 commented 2 months ago

Make a method to decide which list to call based on what is typed so far like no app or just app or app with objects or object with no sections. For each step, a list of apps, a list of its objects, a list of its sections For each table, a list of previously used field combinations For each cell, a list of all fields

In addition to list of apps, specify list of objects used in scenario.

farhan5248 commented 2 months ago

Try getting a list of apps first using IFile and IProject, then a list of files.

Once the file is known, get FSA working, the step is already there. This is for the keyword and parameters completion

farhan5248 commented 2 months ago

test with maven and tag everything

farhan5248 commented 2 months ago

This is mainly done, what's left is

  1. Recursive list of objects in component
  2. Build all doesn't work in Eclipse
  3. Regenerate all automation in sheep-dog-tester