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

Setup test environment #19

Closed FiorelaCiroku closed 2 years ago

FiorelaCiroku commented 2 years ago

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

This feature is related to the environment that we need to prepare for testing. There are two technical components that need to be ready when testing, that are: java must be installed and the OWLUnit jar must be installed.

Describe the solution you'd like

Java can be installed and set up by reusing a GitHub action, while for the OWLUnit jar, the Github repository must be accessed in the Release page where the jar file can be found. It should be downloaded from there and installed in the server.

Describe alternatives you've considered

Uploading the jar file in the repository. This alternative can cause us to use an outdated jar release.

Additional context

FiorelaCiroku commented 2 years ago

This feature is being developed in the setup-environment action.

FiorelaCiroku commented 2 years ago

The feature is now complete. The action can: