From abcbe9388ac9eabd325e46323021ad80740aa291 Mon Sep 17 00:00:00 2001 From: david alvarez <99325990+bidof@users.noreply.github.com> Date: Wed, 1 May 2024 00:14:42 +0200 Subject: [PATCH] CI in the READMEmd --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e5b798ee..27e4ff71 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,9 @@ Lastly, go to the webapp directory and launch this component with `npm install` After all the components are launched, the app should be available in localhost in port 3000. +##CI CD +The e2e tests are run directly on the machine due to the low performance of GitHub Actions, a custom runner could also be used. Operation, the .sh at the root of the repository is responsible for launching the system tests on the virtual machine. This script takes care of downloading the project, installing the dependencies, running the tests, and in case they do not work, it leaves the version that was running. + ## Deployment For the deployment, we have several options.