This package adds lookup for SAML test specification editing to autocomplete+ suggestions.
This package helps with editing SAML test specification documentation by provinding lookup for names, defined in other files.
There is a menu entry to switch the Package off (and on again)
Files providing documents have to be in the 'documents' folder (or subfolders). You can provide documents in the tables in these files.
These tables need to have exactly 3 columns: ID, title and URL
Files providing locations whithin documents have to be in the 'location' folder (or subfulders). You can provide locations in the tables in these files. The file name of this file has to match exactly the filename of the URL given in the documents lists. The extension is ignored so some-file-name.html will match to some-file-name.adoc
Here the Editor helps by making suggestions in the columns for the document and location.
Files providing requirements have to be in the 'requirements' folder (or subfolders).
These tables need to have exactly 4 columns: Requirement-ID, socument, location, description.
Here the editor will help by making suggestions for targets and requirements.
Files providing requirements have to be in the 'testcases' folder (or subfolders).
This files differ from the other files, as every test case is a table of two columns.
If the text in the first row reads "Test Target" the editor will suggest the available test targets, if it reads "Requirements" the editor will suggest the provided requirements.
Test targets are hardcoded in lib/stse-testtargets.coffee Table headers are ignored
This package has only a very limited parser.
Look into the publish.sh and setupdevel.sh files to get hints about how to get development setup.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.