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 run #20

Closed FiorelaCiroku closed 2 years ago

FiorelaCiroku commented 2 years ago

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

The problem that we need to solve is the automatic execution of the test.

Describe the solution you'd like

To execute a test, the system should make sure that the environment is set up and calculate the correct urls to access all test case. The trigger should be any change in the conceptual component directory.

Describe alternatives you've considered

The alternative is for the user to run the command of the test execution in their own machine.

Additional context

FiorelaCiroku commented 2 years ago

The feature is developed in the run-test action. Currently, the action setups up the environment, constructs the URL of the test case and runs the test.