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

Process user input #8

Closed FiorelaCiroku closed 2 years ago

FiorelaCiroku commented 2 years ago

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

We should implement a job/action that is able to read information from files/user input using bash script. This step is important because it makes possible to process the input from the user and compose unit tests.

Describe the solution you'd like

We need an action that is able to read information from a file, save that information in a variable according to the need of the action. Later that information needs to be processed. By processed, we mean:

Describe alternatives you've considered

The alternative option is to ask for the ontology tester to provide the test case prepared.

Additional context

github-actions[bot] commented 2 years ago

👋 Thanks for reporting!

FiorelaCiroku commented 2 years ago

Work progress in Action: read-file.yml

FiorelaCiroku commented 2 years ago

I have already completed this feature. It is now able to retrieve information from a file regarding the name of the conceptual component that is going to be tested.