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

Git commit on UserInput.json to get the latest test. #295

Open FiorelaCiroku opened 2 years ago

FiorelaCiroku commented 2 years ago

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

All tests that are created on the app are stored in the same file.

Describe the solution you'd like

To get the info of the latest test we must use the git commit action that is used for fragment extraction.

Describe alternatives you've considered

Having the files of the tests stored separately and listening to the folder when a new file is added.

Additional context