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

Issue for test analysis request #64

Open FiorelaCiroku opened 2 years ago

FiorelaCiroku commented 2 years ago

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

When a test case has not been executed successfully an issue should be created for the ontology engineer to analyse the results.

Describe the solution you'd like

Create an issue based on a template as a call for analysis of the test case execution fail. The issue should have a label "test analysis" and be assigned to the repository owner or another specific ontology engineer.

Describe alternatives you've considered

The alternative is to have the results of the test case execution as part of the report but not as an issue.

Additional context

FiorelaCiroku commented 2 years ago

The feature has been developed in the create-issue action.

The action can create an issue on the push trigger. It should be changed to when a report is generated. The action assigns FiorelaCiroku as the assignee of the issue and adds the label "test analysis" to it.