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 report #21

Open FiorelaCiroku opened 2 years ago

FiorelaCiroku commented 2 years ago

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

After a test is executed, the outcome must be reported.

Describe the solution you'd like

The outcome of a test execution should be documented, no matter the outcome. Ideally if a test is not passed, the system should create an issue for further analysis of the test case and create a report. If a test is passed, the system creates the report. The reports that are generated should be pushed to a 'test report' folder with an identifier/name of the test case.

Describe alternatives you've considered

One alternative is to save the artefact of the test run action and use it as input in the report action.

Additional context