FiorelaCiroku / XD-Testing

This repository is created to keep track on the progress of an automated test management using Github Actions. The testing methodology is based on the eXtreme Design ontology modelling methodology.
2 stars 2 forks source link

Unit test build #18

Closed FiorelaCiroku closed 2 years ago

FiorelaCiroku commented 2 years ago

Is your feature request related to a problem? Please describe.

This feature should be created to facilitate the work of the ontology engineer in building the test cases.

Describe the solution you'd like

The action should be able to use the template specific for each type of test case and populate it with the information that is necessary to run it. This information is the competency question, SPARQL query, expected result, etc. The action should also insert in the file the prefixes needed.

Describe alternatives you've considered

The alternative is for the ontology engineer to provide the template already compiled.

Additional context

This is a great feature to have as it really facilitates the work of the ontology tester when a great number of tests need to be created and run.

FiorelaCiroku commented 2 years ago

This feature is being developed in the build-test action.

FiorelaCiroku commented 2 years ago

This feature has been completed for all three types of tests.