GitLab CI/CD and React Tests

GitLab CI/CD and React Tests
Continuing after my previous post about Gitlab CI/CD, I would like to show another example of Continuous Integration, this time with unit testing react components.

GitLab CI/CD and GitLab Pages 1

GitLab CI/CD and GitLab Pages
In this post I will try and explain how to deploy a simple javascript application on GitLab pages, using Continuous Deployment with a live working example.